#A2598A

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

Shades of Strikemaster #A2598A

Tints of Strikemaster #A2598A

Color information

#A2598A (or 0xA2598A) is unknown color: approx Strikemaster. HEX triplet: A2, 59 and 8A. RGB value is (162,89,138). Sum of RGB (Red+Green+Blue) = 162+89+138=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2598A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2598A is #5DA675. Grayscale: #747474. Windows color (decimal): -6137462 or 9066914. OLE color: 9066914.

HSL color Cylindrical-coordinate representation of color #A2598A: hue angle of 319.73º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2598A is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16289138-
CMYK00.450.150.36
HSL319.73º29.08%49.22%-
HSV(B)319.73º45.06%63.53%-
XYZ23.0616.6626.05-
YUV116.41140.18160.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=41.65%
G=22.88%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628913800.450.150.36319.7329.0849.22
HexA2598A02DF241401d31
Octal24213121205517445003561
Binary101000101011001100010100101101111110010010100000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2598A; }

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

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

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

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

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

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

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

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