#AA5788

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

Shades of Strikemaster #AA5788

Tints of Strikemaster #AA5788

Color information

#AA5788 (or 0xAA5788) is unknown color: approx Strikemaster. HEX triplet: AA, 57 and 88. RGB value is (170,87,136). Sum of RGB (Red+Green+Blue) = 170+87+136=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5788 is #55A877. Grayscale: #757575. Windows color (decimal): -5613688 or 8935338. OLE color: 8935338.

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

Color convert

RGB17087136-
CMYK00.490.200.33
HSL324.58º32.81%50.39%-
HSV(B)324.58º48.82%66.67%-
XYZ24.4317.1425.31-
YUV117.4138.5165.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=43.26%
G=22.14%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708713600.490.200.33324.5832.8150.39
HexAA578803114211452132
Octal25212721006124415054162
Binary10101010101011110001000011000110100100001101000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5788; }

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

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

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

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

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

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

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

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