#AA5A87

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

Shades of Strikemaster #AA5A87

Tints of Strikemaster #AA5A87

Color information

#AA5A87 (or 0xAA5A87) is unknown color: approx Strikemaster. HEX triplet: AA, 5A and 87. RGB value is (170,90,135). Sum of RGB (Red+Green+Blue) = 170+90+135=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A87 is #55A578. Grayscale: #767676. Windows color (decimal): -5612921 or 8870570. OLE color: 8870570.

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

Color convert

RGB17090135-
CMYK00.470.210.33
HSL326.25º32%50.98%-
HSV(B)326.25º47.06%66.67%-
XYZ24.6117.6125.02-
YUV119.05137164.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 90 (35.55% from 255) = 22.78%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=43.04%
G=22.78%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709013500.470.210.33326.253250.98
HexAA5A8702F15211462033
Octal25213220705725415064063
Binary10101010101101010000111010111110101100001101000110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A87; }

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

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

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

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

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

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

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

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