#AA5988

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

Shades of Strikemaster #AA5988

Tints of Strikemaster #AA5988

Color information

#AA5988 (or 0xAA5988) is unknown color: approx Strikemaster. HEX triplet: AA, 59 and 88. RGB value is (170,89,136). Sum of RGB (Red+Green+Blue) = 170+89+136=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5988 is #55A677. Grayscale: #767676. Windows color (decimal): -5613176 or 8935850. OLE color: 8935850.

HSL color Cylindrical-coordinate representation of color #AA5988: hue angle of 325.19º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5988 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17089136-
CMYK00.480.200.33
HSL325.19º32.27%50.78%-
HSV(B)325.19º47.65%66.67%-
XYZ24.5917.4725.37-
YUV118.58137.84164.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=43.04%
G=22.53%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708913600.480.200.33325.1932.2750.78
HexAA598803014211452033
Octal25213121006024415054063
Binary10101010101100110001000011000010100100001101000101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5988; }

 p { color: rgb(170,89,136); }

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

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

 a { background-color: rgb(170,89,136); }

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

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

 span { border-color: rgb(170,89,136); }

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