Html Css Color HEX #AA497C Royal Heath

📋 copy color: '#AA497C'

red 170 ◦ green 73 ◦ blue 124

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

Shades of Royal Heath #AA497C

Tints of Royal Heath #AA497C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 46.32%
G = 19.89%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA497C (or 0xAA497C) is known color: Royal Heath. HEX triplet: AA, 49 and 7C. RGB value is (170,73,124). Sum of RGB (Red+Green+Blue) = 170+73+124=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497C is #55B683. Grayscale: #6B6B6B. Windows color (decimal): -5617284 or 8145322. OLE color: 8145322.

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

Color convert

RGB 170 73 124 -
CMYK 0 0.57 0.27 0.33
HSL 328.45º 0.4% 0.48% -
HSV(B) 328.45º 0.57% 0.67% -
XYZ 22.6 14.77 20.73 -
YUV 107.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 170 73 124 0 0.57 0.27 0.33 328.45 0.4 0.48
Hex AA 49 7C 0 39 1B 21 148 28 30
Octal 252 111 174 0 71 33 41 510 50 60
Binary 10101010 1001001 1111100 0 111001 11011 100001 101001000 101000 110000

Color Harmonies of #AA497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA497C

Black with #AA497C

Text Example


Text Example

White with #AA497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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