#A0577A

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

Shades of Strikemaster #A0577A

Tints of Strikemaster #A0577A

Color information

#A0577A (or 0xA0577A) is unknown color: approx Strikemaster. HEX triplet: A0, 57 and 7A. RGB value is (160,87,122). Sum of RGB (Red+Green+Blue) = 160+87+122=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0577A is #5FA885. Grayscale: #707070. Windows color (decimal): -6269062 or 8017824. OLE color: 8017824.

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

Color convert

RGB16087122-
CMYK00.460.240.37
HSL331.23º29.55%48.43%-
HSV(B)331.23º45.63%62.75%-
XYZ21.4215.720.31-
YUV112.82133.18161.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=43.36%
G=23.58%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608712200.460.240.37331.2329.5548.43
HexA0577A02E182514b1e30
Octal24012717205630455133660
Binary101000001010111111101001011101100010010110100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0577A; }

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

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

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

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

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

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

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

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