Html Css Color HEX #AA477A Royal Heath

📋 copy color: '#AA477A'

red 170 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #AA477A

Tints of Royal Heath #AA477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.56%

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

R = 46.83%
G = 19.56%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA477A (or 0xAA477A) is known color: Royal Heath. HEX triplet: AA, 47 and 7A. RGB value is (170,71,122). Sum of RGB (Red+Green+Blue) = 170+71+122=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA477A is #55B885. Grayscale: #6A6A6A. Windows color (decimal): -5617798 or 8013738. OLE color: 8013738.

HSL color Cylindrical-coordinate representation of color #AA477A: hue angle of 329.09º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA477A is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 122 -
CMYK 0 0.58 0.28 0.33
HSL 329.09º 0.41% 0.47% -
HSV(B) 329.09º 0.58% 0.67% -
XYZ 22.34 14.46 20.03 -
YUV 106.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 170 71 122 0 0.58 0.28 0.33 329.09 0.41 0.47
Hex AA 47 7A 0 3A 1C 21 149 29 2F
Octal 252 107 172 0 72 34 41 511 51 57
Binary 10101010 1000111 1111010 0 111010 11100 100001 101001001 101001 101111

Color Harmonies of #AA477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA477A

Black with #AA477A

Text Example


Text Example

White with #AA477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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