Html Css Color HEX #AA497A Royal Heath

📋 copy color: '#AA497A'

red 170 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #AA497A

Tints of Royal Heath #AA497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 46.58%
G = 20%
B = 33.42%

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

#AA497A (or 0xAA497A) is known color: Royal Heath. HEX triplet: AA, 49 and 7A. RGB value is (170,73,122). Sum of RGB (Red+Green+Blue) = 170+73+122=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497A is #55B685. Grayscale: #6B6B6B. Windows color (decimal): -5617286 or 8014250. OLE color: 8014250.

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

Color convert

RGB 170 73 122 -
CMYK 0 0.57 0.28 0.33
HSL 329.69º 0.4% 0.48% -
HSV(B) 329.69º 0.57% 0.67% -
XYZ 22.47 14.72 20.07 -
YUV 107.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 170 73 122 0 0.57 0.28 0.33 329.69 0.4 0.48
Hex AA 49 7A 0 39 1C 21 14A 28 30
Octal 252 111 172 0 71 34 41 512 50 60
Binary 10101010 1001001 1111010 0 111001 11100 100001 101001010 101000 110000

Color Harmonies of #AA497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA497A

Black with #AA497A

Text Example


Text Example

White with #AA497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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