#a0568c

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

Shades of Strikemaster #A0568C

Tints of Strikemaster #A0568C

Color information

#A0568C (or 0xA0568C) is unknown color: approx Strikemaster. HEX triplet: A0, 56 and 8C. RGB value is (160,86,140). Sum of RGB (Red+Green+Blue) = 160+86+140=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A0568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0568C is #5FA973. Grayscale: #727272. Windows color (decimal): -6269300 or 9197216. OLE color: 9197216.

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

Color convert

RGB16086140-
CMYK00.460.120.37
HSL316.22º30.08%48.24%-
HSV(B)316.22º46.25%62.75%-
XYZ22.5616.0226.71-
YUV114.28142.52160.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=41.45%
G=22.28%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608614000.460.120.37316.2230.0848.24
HexA0568C02EC2513c1e30
Octal24012621405614454743660
Binary101000001010110100011000101110110010010110011110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0568c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0568c; }

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

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

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

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

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

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

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

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