Html Css Color HEX #AA5988 Strikemaster

📋 copy color: '#AA5988'

red 170 ◦ green 89 ◦ blue 136

#AA5988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #AA5988

Tints of Strikemaster #AA5988

RGB

 RED value IS 170 (66.8% from 255) = 43.04%

 GREEN value IS 89 (35.16% from 255) = 22.53%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 43.04%
G = 22.53%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA5988 (or 0xAA5988) is known color: Strikemaster. HEX triplet: AA, 59 and 88. RGB value is (170,89,136). Sum of RGB (Red+Green+Blue) = 170+89+136=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5988 is #55A677. Grayscale: #767676. Windows color (decimal): -5613176 or 8935850. OLE color: 8935850.

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

Color convert

RGB 170 89 136 -
CMYK 0 0.48 0.20 0.33
HSL 325.19º 0.32% 0.51% -
HSV(B) 325.19º 0.48% 0.67% -
XYZ 24.59 17.47 25.37 -
YUV 118.58 137.84 164.68 -
System Red Green Blue C M Y K H S L
Decimal 170 89 136 0 0.48 0.20 0.33 325.19 0.32 0.51
Hex AA 59 88 0 30 14 21 145 20 33
Octal 252 131 210 0 60 24 41 505 40 63
Binary 10101010 1011001 10001000 0 110000 10100 100001 101000101 100000 110011

Color Harmonies of #AA5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5988

Black with #AA5988

Text Example


Text Example

White with #AA5988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5988; }

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

 H1.HeaderClassName
 {
   color: #AA5988;
 }
 .AnyTagClassName
 {
   color: #AA5988;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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