Html Css Color HEX #AA527C Royal Heath

📋 copy color: '#AA527C'

red 170 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #AA527C

Tints of Royal Heath #AA527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 45.21%
G = 21.81%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA527C (or 0xAA527C) is known color: Royal Heath. HEX triplet: AA, 52 and 7C. RGB value is (170,82,124). Sum of RGB (Red+Green+Blue) = 170+82+124=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA527C is #55AD83. Grayscale: #717171. Windows color (decimal): -5614980 or 8147626. OLE color: 8147626.

HSL color Cylindrical-coordinate representation of color #AA527C: hue angle of 331.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA527C is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 82 124 -
CMYK 0 0.52 0.27 0.33
HSL 331.36º 0.35% 0.49% -
HSV(B) 331.36º 0.52% 0.67% -
XYZ 23.23 16.04 20.94 -
YUV 113.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 170 82 124 0 0.52 0.27 0.33 331.36 0.35 0.49
Hex AA 52 7C 0 34 1B 21 14B 23 31
Octal 252 122 174 0 64 33 41 513 43 61
Binary 10101010 1010010 1111100 0 110100 11011 100001 101001011 100011 110001

Color Harmonies of #AA527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA527C

Black with #AA527C

Text Example


Text Example

White with #AA527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA527C; }

 p { color: rgb(170,82,124); }

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

background-color css

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

 a { background-color: rgb(170,82,124); }

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

border-color css

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

 span { border-color: rgb(170,82,124); }

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