Html Css Color HEX #AA4E78 Royal Heath

📋 copy color: '#AA4E78'

red 170 ◦ green 78 ◦ blue 120

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

Shades of Royal Heath #AA4E78

Tints of Royal Heath #AA4E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

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

R = 46.2%
G = 21.2%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA4E78 (or 0xAA4E78) is known color: Royal Heath. HEX triplet: AA, 4E and 78. RGB value is (170,78,120). Sum of RGB (Red+Green+Blue) = 170+78+120=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E78 is #55B187. Grayscale: #6E6E6E. Windows color (decimal): -5616008 or 7884458. OLE color: 7884458.

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

Color convert

RGB 170 78 120 -
CMYK 0 0.54 0.29 0.33
HSL 332.61º 0.37% 0.49% -
HSV(B) 332.61º 0.54% 0.67% -
XYZ 22.69 15.35 19.54 -
YUV 110.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 170 78 120 0 0.54 0.29 0.33 332.61 0.37 0.49
Hex AA 4E 78 0 36 1D 21 14D 25 31
Octal 252 116 170 0 66 35 41 515 45 61
Binary 10101010 1001110 1111000 0 110110 11101 100001 101001101 100101 110001

Color Harmonies of #AA4E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E78

Black with #AA4E78

Text Example


Text Example

White with #AA4E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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