Html Css Color HEX #AA4979 Royal Heath

📋 copy color: '#AA4979'

red 170 ◦ green 73 ◦ blue 121

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

Shades of Royal Heath #AA4979

Tints of Royal Heath #AA4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.05%

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

R = 46.7%
G = 20.05%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA4979 (or 0xAA4979) is known color: Royal Heath. HEX triplet: AA, 49 and 79. RGB value is (170,73,121). Sum of RGB (Red+Green+Blue) = 170+73+121=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4979 is #55B686. Grayscale: #6B6B6B. Windows color (decimal): -5617287 or 7948714. OLE color: 7948714.

HSL color Cylindrical-coordinate representation of color #AA4979: hue angle of 330.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4979 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 121 -
CMYK 0 0.57 0.29 0.33
HSL 330.31º 0.4% 0.48% -
HSV(B) 330.31º 0.57% 0.67% -
XYZ 22.41 14.69 19.74 -
YUV 107.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 170 73 121 0 0.57 0.29 0.33 330.31 0.4 0.48
Hex AA 49 79 0 39 1D 21 14A 28 30
Octal 252 111 171 0 71 35 41 512 50 60
Binary 10101010 1001001 1111001 0 111001 11101 100001 101001010 101000 110000

Color Harmonies of #AA4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4979

Black with #AA4979

Text Example


Text Example

White with #AA4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4979; }

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

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

background-color css

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

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

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

border-color css

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

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

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