Html Css Color HEX #AA4978 Royal Heath

📋 copy color: '#AA4978'

red 170 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #AA4978

Tints of Royal Heath #AA4978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 46.83%
G = 20.11%
B = 33.06%

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

#AA4978 (or 0xAA4978) is known color: Royal Heath. HEX triplet: AA, 49 and 78. RGB value is (170,73,120). Sum of RGB (Red+Green+Blue) = 170+73+120=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4978 is #55B687. Grayscale: #6B6B6B. Windows color (decimal): -5617288 or 7883178. OLE color: 7883178.

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

Color convert

RGB 170 73 120 -
CMYK 0 0.57 0.29 0.33
HSL 330.93º 0.4% 0.48% -
HSV(B) 330.93º 0.57% 0.67% -
XYZ 22.35 14.67 19.42 -
YUV 107.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 170 73 120 0 0.57 0.29 0.33 330.93 0.4 0.48
Hex AA 49 78 0 39 1D 21 14B 28 30
Octal 252 111 170 0 71 35 41 513 50 60
Binary 10101010 1001001 1111000 0 111001 11101 100001 101001011 101000 110000

Color Harmonies of #AA4978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4978

Black with #AA4978

Text Example


Text Example

White with #AA4978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4978; }

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

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

background-color css

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

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

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

border-color css

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

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

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