#AA5986

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

Shades of Strikemaster #AA5986

Tints of Strikemaster #AA5986

Color information

#AA5986 (or 0xAA5986) is unknown color: approx Strikemaster. HEX triplet: AA, 59 and 86. RGB value is (170,89,134). Sum of RGB (Red+Green+Blue) = 170+89+134=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5986 is #55A679. Grayscale: #767676. Windows color (decimal): -5613178 or 8804778. OLE color: 8804778.

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

Color convert

RGB17089134-
CMYK00.480.210.33
HSL326.67º32.27%50.78%-
HSV(B)326.67º47.65%66.67%-
XYZ24.4517.4124.63-
YUV118.35136.84164.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 134 (52.73% from 255) = 34.10%
R=43.26%
G=22.65%
B=34.10%

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
Decimal1708913400.480.210.33326.6732.2750.78
HexAA598603015211472033
Octal25213120606025415074063
Binary10101010101100110000110011000010101100001101000111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5986; }

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

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

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

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

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

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

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

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