Html Css Color HEX #AA497E Royal Heath

📋 copy color: '#AA497E'

red 170 ◦ green 73 ◦ blue 126

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

Shades of Royal Heath #AA497E

Tints of Royal Heath #AA497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 46.07%
G = 19.78%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA497E (or 0xAA497E) is known color: Royal Heath. HEX triplet: AA, 49 and 7E. RGB value is (170,73,126). Sum of RGB (Red+Green+Blue) = 170+73+126=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497E is #55B681. Grayscale: #6B6B6B. Windows color (decimal): -5617282 or 8276394. OLE color: 8276394.

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

Color convert

RGB 170 73 126 -
CMYK 0 0.57 0.26 0.33
HSL 327.22º 0.4% 0.48% -
HSV(B) 327.22º 0.57% 0.67% -
XYZ 22.73 14.82 21.4 -
YUV 108.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 170 73 126 0 0.57 0.26 0.33 327.22 0.4 0.48
Hex AA 49 7E 0 39 1A 21 147 28 30
Octal 252 111 176 0 71 32 41 507 50 60
Binary 10101010 1001001 1111110 0 111001 11010 100001 101000111 101000 110000

Color Harmonies of #AA497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA497E

Black with #AA497E

Text Example


Text Example

White with #AA497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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