#AA5987

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

Shades of Strikemaster #AA5987

Tints of Strikemaster #AA5987

Color information

#AA5987 (or 0xAA5987) is unknown color: approx Strikemaster. HEX triplet: AA, 59 and 87. RGB value is (170,89,135). Sum of RGB (Red+Green+Blue) = 170+89+135=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5987 is #55A678. Grayscale: #767676. Windows color (decimal): -5613177 or 8870314. OLE color: 8870314.

HSL color Cylindrical-coordinate representation of color #AA5987: hue angle of 325.93º 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 #AA5987 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17089135-
CMYK00.480.210.33
HSL325.93º32.27%50.78%-
HSV(B)325.93º47.65%66.67%-
XYZ24.5217.4425-
YUV118.46137.34164.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=43.15%
G=22.59%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708913500.480.210.33325.9332.2750.78
HexAA598703015211462033
Octal25213120706025415064063
Binary10101010101100110000111011000010101100001101000110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5987; }

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

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

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

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

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

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

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

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