Html Css Color HEX #AA497D Royal Heath

📋 copy color: '#AA497D'

red 170 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #AA497D

Tints of Royal Heath #AA497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 46.2%
G = 19.84%
B = 33.97%

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

#AA497D (or 0xAA497D) is known color: Royal Heath. HEX triplet: AA, 49 and 7D. RGB value is (170,73,125). Sum of RGB (Red+Green+Blue) = 170+73+125=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497D is #55B682. Grayscale: #6B6B6B. Windows color (decimal): -5617283 or 8210858. OLE color: 8210858.

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

Color convert

RGB 170 73 125 -
CMYK 0 0.57 0.26 0.33
HSL 327.84º 0.4% 0.48% -
HSV(B) 327.84º 0.57% 0.67% -
XYZ 22.66 14.79 21.06 -
YUV 107.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 170 73 125 0 0.57 0.26 0.33 327.84 0.4 0.48
Hex AA 49 7D 0 39 1A 21 148 28 30
Octal 252 111 175 0 71 32 41 510 50 60
Binary 10101010 1001001 1111101 0 111001 11010 100001 101001000 101000 110000

Color Harmonies of #AA497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA497D

Black with #AA497D

Text Example


Text Example

White with #AA497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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