Html Css Color HEX #AA497B Royal Heath

📋 copy color: '#AA497B'

red 170 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #AA497B

Tints of Royal Heath #AA497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 46.45%
G = 19.95%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA497B (or 0xAA497B) is known color: Royal Heath. HEX triplet: AA, 49 and 7B. RGB value is (170,73,123). Sum of RGB (Red+Green+Blue) = 170+73+123=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497B is #55B684. Grayscale: #6B6B6B. Windows color (decimal): -5617285 or 8079786. OLE color: 8079786.

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

Color convert

RGB 170 73 123 -
CMYK 0 0.57 0.28 0.33
HSL 329.07º 0.4% 0.48% -
HSV(B) 329.07º 0.57% 0.67% -
XYZ 22.54 14.74 20.4 -
YUV 107.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 170 73 123 0 0.57 0.28 0.33 329.07 0.4 0.48
Hex AA 49 7B 0 39 1C 21 149 28 30
Octal 252 111 173 0 71 34 41 511 50 60
Binary 10101010 1001001 1111011 0 111001 11100 100001 101001001 101000 110000

Color Harmonies of #AA497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA497B

Black with #AA497B

Text Example


Text Example

White with #AA497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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