#A0598B

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

Shades of Strikemaster #A0598B

Tints of Strikemaster #A0598B

Color information

#A0598B (or 0xA0598B) is unknown color: approx Strikemaster. HEX triplet: A0, 59 and 8B. RGB value is (160,89,139). Sum of RGB (Red+Green+Blue) = 160+89+139=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0598B is #5FA674. Grayscale: #737373. Windows color (decimal): -6268533 or 9132448. OLE color: 9132448.

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

Color convert

RGB16089139-
CMYK00.440.130.37
HSL317.75º28.51%48.82%-
HSV(B)317.75º44.37%62.75%-
XYZ22.7316.4826.41-
YUV115.93141.02159.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=41.24%
G=22.94%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608913900.440.130.37317.7528.5148.82
HexA0598B02CD2513e1d31
Octal24013121305415454763561
Binary101000001011001100010110101100110110010110011111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0598B; }

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

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

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

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

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

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

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

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