#AA588A

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

Shades of Strikemaster #AA588A

Tints of Strikemaster #AA588A

Color information

#AA588A (or 0xAA588A) is unknown color: approx Strikemaster. HEX triplet: AA, 58 and 8A. RGB value is (170,88,138). Sum of RGB (Red+Green+Blue) = 170+88+138=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA588A is #55A775. Grayscale: #767676. Windows color (decimal): -5613430 or 9066666. OLE color: 9066666.

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

Color convert

RGB17088138-
CMYK00.480.190.33
HSL323.41º32.54%50.59%-
HSV(B)323.41º48.24%66.67%-
XYZ24.6517.3626.1-
YUV118.22139.17164.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=42.93%
G=22.22%
B=34.85%

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
Decimal1708813800.480.190.33323.4132.5450.59
HexAA588A03013211432133
Octal25213021206023415034163
Binary10101010101100010001010011000010011100001101000011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA588A; }

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

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

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

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

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

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

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

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