#A0587E

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

Shades of Strikemaster #A0587E

Tints of Strikemaster #A0587E

Color information

#A0587E (or 0xA0587E) is unknown color: approx Strikemaster. HEX triplet: A0, 58 and 7E. RGB value is (160,88,126). Sum of RGB (Red+Green+Blue) = 160+88+126=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A0587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0587E is #5FA781. Grayscale: #717171. Windows color (decimal): -6268802 or 8280224. OLE color: 8280224.

HSL color Cylindrical-coordinate representation of color #A0587E: hue angle of 328.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0587E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16088126-
CMYK00.450.210.37
HSL328.33º29.03%48.63%-
HSV(B)328.33º45%62.75%-
XYZ21.7515.9621.67-
YUV113.86134.85160.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 88 (34.77% from 255) = 23.53%
BLUE value IS 126 (49.61% from 255) = 33.69%
R=42.78%
G=23.53%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608812600.450.210.37328.3329.0348.63
HexA0587E02D15251481d31
Octal24013017605525455103561
Binary101000001011000111111001011011010110010110100100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0587E; }

 p { color: rgb(160,88,126); }

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

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

 a { background-color: rgb(160,88,126); }

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

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

 span { border-color: rgb(160,88,126); }

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