Html Css Color HEX #AA5978 Royal Heath

📋 copy color: '#AA5978'

red 170 ◦ green 89 ◦ blue 120

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

Shades of Royal Heath #AA5978

Tints of Royal Heath #AA5978

RGB

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

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

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

R = 44.85%
G = 23.48%
B = 31.66%

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

#AA5978 (or 0xAA5978) is known color: Royal Heath. HEX triplet: AA, 59 and 78. RGB value is (170,89,120). Sum of RGB (Red+Green+Blue) = 170+89+120=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5978 is #55A687. Grayscale: #747474. Windows color (decimal): -5613192 or 7887274. OLE color: 7887274.

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

Color convert

RGB 170 89 120 -
CMYK 0 0.48 0.29 0.33
HSL 337.04º 0.32% 0.51% -
HSV(B) 337.04º 0.48% 0.67% -
XYZ 23.54 17.05 19.82 -
YUV 116.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 170 89 120 0 0.48 0.29 0.33 337.04 0.32 0.51
Hex AA 59 78 0 30 1D 21 151 20 33
Octal 252 131 170 0 60 35 41 521 40 63
Binary 10101010 1011001 1111000 0 110000 11101 100001 101010001 100000 110011

Color Harmonies of #AA5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5978

Black with #AA5978

Text Example


Text Example

White with #AA5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5978; }

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

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

background-color css

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

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

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

border-color css

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

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

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