#A0557D

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

Shades of Strikemaster #A0557D

Tints of Strikemaster #A0557D

Color information

#A0557D (or 0xA0557D) is unknown color: approx Strikemaster. HEX triplet: A0, 55 and 7D. RGB value is (160,85,125). Sum of RGB (Red+Green+Blue) = 160+85+125=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0557D is #5FAA82. Grayscale: #6F6F6F. Windows color (decimal): -6269571 or 8213920. OLE color: 8213920.

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

Color convert

RGB16085125-
CMYK00.470.220.37
HSL328º30.61%48.04%-
HSV(B)328º46.88%62.75%-
XYZ21.4515.4521.25-
YUV111.98135.35162.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 85 (33.59% from 255) = 22.97%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=43.24%
G=22.97%
B=33.78%

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
Decimal1608512500.470.220.3732830.6148.04
HexA0557D02F16251481f30
Octal24012517505726455103760
Binary101000001010101111110101011111011010010110100100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0557D; }

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

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

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

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

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

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

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

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