#A0567A

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

Shades of Strikemaster #A0567A

Tints of Strikemaster #A0567A

Color information

#A0567A (or 0xA0567A) is unknown color: approx Strikemaster. HEX triplet: A0, 56 and 7A. RGB value is (160,86,122). Sum of RGB (Red+Green+Blue) = 160+86+122=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0567A is #5FA985. Grayscale: #707070. Windows color (decimal): -6269318 or 8017568. OLE color: 8017568.

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

Color convert

RGB16086122-
CMYK00.460.240.37
HSL330.81º30.08%48.24%-
HSV(B)330.81º46.25%62.75%-
XYZ21.3415.5320.29-
YUV112.23133.52162.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 86 (33.98% from 255) = 23.37%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=43.48%
G=23.37%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608612200.460.240.37330.8130.0848.24
HexA0567A02E182514b1e30
Octal24012617205630455133660
Binary101000001010110111101001011101100010010110100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0567A; }

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

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

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

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

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

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

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

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