#A0577C

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

Shades of Strikemaster #A0577C

Tints of Strikemaster #A0577C

Color information

#A0577C (or 0xA0577C) is unknown color: approx Strikemaster. HEX triplet: A0, 57 and 7C. RGB value is (160,87,124). Sum of RGB (Red+Green+Blue) = 160+87+124=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0577C is #5FA883. Grayscale: #707070. Windows color (decimal): -6269060 or 8148896. OLE color: 8148896.

HSL color Cylindrical-coordinate representation of color #A0577C: hue angle of 329.59º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0577C is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16087124-
CMYK00.460.220.37
HSL329.59º29.55%48.43%-
HSV(B)329.59º45.63%62.75%-
XYZ21.5415.7520.97-
YUV113.04134.18161.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 124 (48.83% from 255) = 33.42%
R=43.13%
G=23.45%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608712400.460.220.37329.5929.5548.43
HexA0577C02E162514a1e30
Octal24012717405626455123660
Binary101000001010111111110001011101011010010110100101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0577C; }

 p { color: rgb(160,87,124); }

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

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

 a { background-color: rgb(160,87,124); }

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

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

 span { border-color: rgb(160,87,124); }

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