#A55689

Color #A55689 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #A55689

Tints of Strikemaster #A55689

Color information

#A55689 (or 0xA55689) is unknown color: approx Strikemaster. HEX triplet: A5, 56 and 89. RGB value is (165,86,137). Sum of RGB (Red+Green+Blue) = 165+86+137=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A55689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55689 is #5AA976. Grayscale: #737373. Windows color (decimal): -5941623 or 9000613. OLE color: 9000613.

HSL color Cylindrical-coordinate representation of color #A55689: hue angle of 321.27º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55689 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16586137-
CMYK00.480.170.35
HSL321.27º31.47%49.22%-
HSV(B)321.27º47.88%64.71%-
XYZ23.3616.4625.61-
YUV115.44140.17163.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=42.53%
G=22.16%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658613700.480.170.35321.2731.4749.22
HexA5568903011231411f31
Octal24512621106021435013761
Binary1010010110101101000100101100001000110001110100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55689; }

 p { color: rgb(165,86,137); }

 H1.HeaderClassName
 {
   color: #A55689;
 }
 .AnyTagClassName
 {
   color: #A55689;
 }
</style>
background-color css

<style>
 a { background-color: #A55689; }

 a { background-color: rgb(165,86,137); }

 div.DivClassName
 {
   background-color: #A55689;
 }
 .BgClassName
 {
   background-color: #A55689;
 }
</style>
border-color css

<style>
 span { border-color: #A55689; }

 span { border-color: rgb(165,86,137); }

 td.TdClassName
 {
   border-color: #A55689;
 }
 .TagClassName
 {
   border-color: #A55689;
 }
</style>