#A0598A

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

Shades of Strikemaster #A0598A

Tints of Strikemaster #A0598A

Color information

#A0598A (or 0xA0598A) is unknown color: approx Strikemaster. HEX triplet: A0, 59 and 8A. RGB value is (160,89,138). Sum of RGB (Red+Green+Blue) = 160+89+138=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0598A is #5FA675. Grayscale: #737373. Windows color (decimal): -6268534 or 9066912. OLE color: 9066912.

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

Color convert

RGB16089138-
CMYK00.440.140.37
HSL318.59º28.51%48.82%-
HSV(B)318.59º44.37%62.75%-
XYZ22.6616.4526.03-
YUV115.82140.52159.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 89 (35.16% from 255) = 23.00%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=41.34%
G=23.00%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608913800.440.140.37318.5928.5148.82
HexA0598A02CE2513f1d31
Octal24013121205416454773561
Binary101000001011001100010100101100111010010110011111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0598A; }

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

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

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

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

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

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

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

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