Html Css Color HEX #AA5979 Royal Heath

📋 copy color: '#AA5979'

red 170 ◦ green 89 ◦ blue 121

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

Shades of Royal Heath #AA5979

Tints of Royal Heath #AA5979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 44.74%
G = 23.42%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA5979 (or 0xAA5979) is known color: Royal Heath. HEX triplet: AA, 59 and 79. RGB value is (170,89,121). Sum of RGB (Red+Green+Blue) = 170+89+121=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5979 is #55A686. Grayscale: #747474. Windows color (decimal): -5613191 or 7952810. OLE color: 7952810.

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

Color convert

RGB 170 89 121 -
CMYK 0 0.48 0.29 0.33
HSL 336.3º 0.32% 0.51% -
HSV(B) 336.3º 0.48% 0.67% -
XYZ 23.6 17.07 20.14 -
YUV 116.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 170 89 121 0 0.48 0.29 0.33 336.3 0.32 0.51
Hex AA 59 79 0 30 1D 21 150 20 33
Octal 252 131 171 0 60 35 41 520 40 63
Binary 10101010 1011001 1111001 0 110000 11101 100001 101010000 100000 110011

Color Harmonies of #AA5979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5979

Black with #AA5979

Text Example


Text Example

White with #AA5979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5979; }

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

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

background-color css

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

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

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

border-color css

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

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

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