Html Css Color HEX #AA5987 Strikemaster

📋 copy color: '#AA5987'

red 170 ◦ green 89 ◦ blue 135

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

Shades of Strikemaster #AA5987

Tints of Strikemaster #AA5987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 43.15%
G = 22.59%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA5987 (or 0xAA5987) is known color: Strikemaster. HEX triplet: AA, 59 and 87. RGB value is (170,89,135). Sum of RGB (Red+Green+Blue) = 170+89+135=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5987 is #55A678. Grayscale: #767676. Windows color (decimal): -5613177 or 8870314. OLE color: 8870314.

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

Color convert

RGB 170 89 135 -
CMYK 0 0.48 0.21 0.33
HSL 325.93º 0.32% 0.51% -
HSV(B) 325.93º 0.48% 0.67% -
XYZ 24.52 17.44 25 -
YUV 118.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 170 89 135 0 0.48 0.21 0.33 325.93 0.32 0.51
Hex AA 59 87 0 30 15 21 146 20 33
Octal 252 131 207 0 60 25 41 506 40 63
Binary 10101010 1011001 10000111 0 110000 10101 100001 101000110 100000 110011

Color Harmonies of #AA5987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5987

Black with #AA5987

Text Example


Text Example

White with #AA5987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5987; }

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

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

background-color css

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

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

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

border-color css

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

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

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