Html Css Color HEX #AA477B Royal Heath

📋 copy color: '#AA477B'

red 170 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #AA477B

Tints of Royal Heath #AA477B

RGB

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

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

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

R = 46.7%
G = 19.51%
B = 33.79%

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

#AA477B (or 0xAA477B) is known color: Royal Heath. HEX triplet: AA, 47 and 7B. RGB value is (170,71,123). Sum of RGB (Red+Green+Blue) = 170+71+123=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA477B is #55B884. Grayscale: #6A6A6A. Windows color (decimal): -5617797 or 8079274. OLE color: 8079274.

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

Color convert

RGB 170 71 123 -
CMYK 0 0.58 0.28 0.33
HSL 328.48º 0.41% 0.47% -
HSV(B) 328.48º 0.58% 0.67% -
XYZ 22.41 14.48 20.35 -
YUV 106.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 170 71 123 0 0.58 0.28 0.33 328.48 0.41 0.47
Hex AA 47 7B 0 3A 1C 21 148 29 2F
Octal 252 107 173 0 72 34 41 510 51 57
Binary 10101010 1000111 1111011 0 111010 11100 100001 101001000 101001 101111

Color Harmonies of #AA477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA477B

Black with #AA477B

Text Example


Text Example

White with #AA477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA477B; }

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

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

background-color css

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

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

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

border-color css

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

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

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