Html Css Color HEX #AA577C Royal Heath

📋 copy color: '#AA577C'

red 170 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #AA577C

Tints of Royal Heath #AA577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.83%

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

R = 44.62%
G = 22.83%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA577C (or 0xAA577C) is known color: Royal Heath. HEX triplet: AA, 57 and 7C. RGB value is (170,87,124). Sum of RGB (Red+Green+Blue) = 170+87+124=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA577C is #55A883. Grayscale: #737373. Windows color (decimal): -5613700 or 8148906. OLE color: 8148906.

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

Color convert

RGB 170 87 124 -
CMYK 0 0.49 0.27 0.33
HSL 333.25º 0.33% 0.5% -
HSV(B) 333.25º 0.49% 0.67% -
XYZ 23.62 16.82 21.07 -
YUV 116.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 170 87 124 0 0.49 0.27 0.33 333.25 0.33 0.5
Hex AA 57 7C 0 31 1B 21 14D 21 32
Octal 252 127 174 0 61 33 41 515 41 62
Binary 10101010 1010111 1111100 0 110001 11011 100001 101001101 100001 110010

Color Harmonies of #AA577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA577C

Black with #AA577C

Text Example


Text Example

White with #AA577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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