#AA5889

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

Shades of Strikemaster #AA5889

Tints of Strikemaster #AA5889

Color information

#AA5889 (or 0xAA5889) is unknown color: approx Strikemaster. HEX triplet: AA, 58 and 89. RGB value is (170,88,137). Sum of RGB (Red+Green+Blue) = 170+88+137=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5889 is #55A776. Grayscale: #757575. Windows color (decimal): -5613431 or 9001130. OLE color: 9001130.

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

Color convert

RGB17088137-
CMYK00.480.190.33
HSL324.15º32.54%50.59%-
HSV(B)324.15º48.24%66.67%-
XYZ24.5817.3325.72-
YUV118.1138.67165.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 137 (53.91% from 255) = 34.68%
R=43.04%
G=22.28%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708813700.480.190.33324.1532.5450.59
HexAA588903013211442133
Octal25213021106023415044163
Binary10101010101100010001001011000010011100001101000100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5889; }

 p { color: rgb(170,88,137); }

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

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

 a { background-color: rgb(170,88,137); }

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

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

 span { border-color: rgb(170,88,137); }

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