#A06189

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

Shades of Strikemaster #A06189

Tints of Strikemaster #A06189

Color information

#A06189 (or 0xA06189) is unknown color: approx Strikemaster. HEX triplet: A0, 61 and 89. RGB value is (160,97,137). Sum of RGB (Red+Green+Blue) = 160+97+137=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A06189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06189 is #5F9E76. Grayscale: #787878. Windows color (decimal): -6266487 or 9003424. OLE color: 9003424.

HSL color Cylindrical-coordinate representation of color #A06189: hue angle of 321.9º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06189 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16097137-
CMYK00.390.140.37
HSL321.9º24.9%50.39%-
HSV(B)321.9º39.38%62.75%-
XYZ23.2917.8325.88-
YUV120.4137.37156.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.61%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=40.61%
G=24.62%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609713700.390.140.37321.924.950.39
HexA06189027E251421932
Octal24014121104716455023162
Binary101000001100001100010010100111111010010110100001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06189; }

 p { color: rgb(160,97,137); }

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

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

 a { background-color: rgb(160,97,137); }

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

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

 span { border-color: rgb(160,97,137); }

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