#A0577F

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

Shades of Strikemaster #A0577F

Tints of Strikemaster #A0577F

Color information

#A0577F (or 0xA0577F) is unknown color: approx Strikemaster. HEX triplet: A0, 57 and 7F. RGB value is (160,87,127). Sum of RGB (Red+Green+Blue) = 160+87+127=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0577F is #5FA880. Grayscale: #717171. Windows color (decimal): -6269057 or 8345504. OLE color: 8345504.

HSL color Cylindrical-coordinate representation of color #A0577F: hue angle of 327.12º 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 #A0577F is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16087127-
CMYK00.460.210.37
HSL327.12º29.55%48.43%-
HSV(B)327.12º45.63%62.75%-
XYZ21.7415.8221.99-
YUV113.39135.68161.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 87 (34.38% from 255) = 23.26%
BLUE value IS 127 (50% from 255) = 33.96%
R=42.78%
G=23.26%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608712700.460.210.37327.1229.5548.43
HexA0577F02E15251471e30
Octal24012717705625455073660
Binary101000001010111111111101011101010110010110100011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0577F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0577F; }

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

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

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

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

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

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

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

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