#A0557C

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

Shades of Strikemaster #A0557C

Tints of Strikemaster #A0557C

Color information

#A0557C (or 0xA0557C) is unknown color: approx Strikemaster. HEX triplet: A0, 55 and 7C. RGB value is (160,85,124). Sum of RGB (Red+Green+Blue) = 160+85+124=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0557C is #5FAA83. Grayscale: #6F6F6F. Windows color (decimal): -6269572 or 8148384. OLE color: 8148384.

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

Color convert

RGB16085124-
CMYK00.470.220.37
HSL328.8º30.61%48.04%-
HSV(B)328.8º46.88%62.75%-
XYZ21.3815.4320.92-
YUV111.87134.85162.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=43.36%
G=23.04%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608512400.470.220.37328.830.6148.04
HexA0557C02F16251491f30
Octal24012517405726455113760
Binary101000001010101111110001011111011010010110100100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0557C; }

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

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

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

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

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

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

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

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