#A0597B

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

Shades of Strikemaster #A0597B

Tints of Strikemaster #A0597B

Color information

#A0597B (or 0xA0597B) is unknown color: approx Strikemaster. HEX triplet: A0, 59 and 7B. RGB value is (160,89,123). Sum of RGB (Red+Green+Blue) = 160+89+123=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0597B is #5FA684. Grayscale: #727272. Windows color (decimal): -6268549 or 8083872. OLE color: 8083872.

HSL color Cylindrical-coordinate representation of color #A0597B: hue angle of 331.27º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0597B is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16089123-
CMYK00.440.230.37
HSL331.27º28.51%48.82%-
HSV(B)331.27º44.37%62.75%-
XYZ21.6416.0520.7-
YUV114.1133.02160.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=43.01%
G=23.92%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608912300.440.230.37331.2728.5148.82
HexA0597B02C172514b1d31
Octal24013117305427455133561
Binary101000001011001111101101011001011110010110100101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0597B; }

 p { color: rgb(160,89,123); }

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

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

 a { background-color: rgb(160,89,123); }

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

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

 span { border-color: rgb(160,89,123); }

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