#A0567E

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

Shades of Strikemaster #A0567E

Tints of Strikemaster #A0567E

Color information

#A0567E (or 0xA0567E) is unknown color: approx Strikemaster. HEX triplet: A0, 56 and 7E. RGB value is (160,86,126). Sum of RGB (Red+Green+Blue) = 160+86+126=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0567E is #5FA981. Grayscale: #707070. Windows color (decimal): -6269314 or 8279712. OLE color: 8279712.

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

Color convert

RGB16086126-
CMYK00.460.210.37
HSL327.57º30.08%48.24%-
HSV(B)327.57º46.25%62.75%-
XYZ21.5915.6421.62-
YUV112.69135.52161.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 86 (33.98% from 255) = 23.12%
BLUE value IS 126 (49.61% from 255) = 33.87%
R=43.01%
G=23.12%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608612600.460.210.37327.5730.0848.24
HexA0567E02E15251481e30
Octal24012617605625455103660
Binary101000001010110111111001011101010110010110100100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0567E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0567E; }

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

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

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

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

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

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

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

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