#a0567d

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

Shades of Strikemaster #A0567D

Tints of Strikemaster #A0567D

Color information

#A0567D (or 0xA0567D) is unknown color: approx Strikemaster. HEX triplet: A0, 56 and 7D. RGB value is (160,86,125). Sum of RGB (Red+Green+Blue) = 160+86+125=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0567D is #5FA982. Grayscale: #707070. Windows color (decimal): -6269315 or 8214176. OLE color: 8214176.

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

Color convert

RGB16086125-
CMYK00.460.220.37
HSL328.38º30.08%48.24%-
HSV(B)328.38º46.25%62.75%-
XYZ21.5315.6121.28-
YUV112.57135.02161.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=43.13%
G=23.18%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608612500.460.220.37328.3830.0848.24
HexA0567D02E16251481e30
Octal24012617505626455103660
Binary101000001010110111110101011101011010010110100100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0567d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0567d; }

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

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

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

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

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

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

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

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