Html Css Color HEX #AA597F Royal Heath

📋 copy color: '#AA597F'

red 170 ◦ green 89 ◦ blue 127

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

Shades of Royal Heath #AA597F

Tints of Royal Heath #AA597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 44.04%
G = 23.06%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA597F (or 0xAA597F) is known color: Royal Heath. HEX triplet: AA, 59 and 7F. RGB value is (170,89,127). Sum of RGB (Red+Green+Blue) = 170+89+127=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA597F is #55A680. Grayscale: #757575. Windows color (decimal): -5613185 or 8346026. OLE color: 8346026.

HSL color Cylindrical-coordinate representation of color #AA597F: hue angle of 331.85º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA597F is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 127 -
CMYK 0 0.48 0.25 0.33
HSL 331.85º 0.32% 0.51% -
HSV(B) 331.85º 0.48% 0.67% -
XYZ 23.98 17.22 22.14 -
YUV 117.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 170 89 127 0 0.48 0.25 0.33 331.85 0.32 0.51
Hex AA 59 7F 0 30 19 21 14C 20 33
Octal 252 131 177 0 60 31 41 514 40 63
Binary 10101010 1011001 1111111 0 110000 11001 100001 101001100 100000 110011

Color Harmonies of #AA597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA597F

Black with #AA597F

Text Example


Text Example

White with #AA597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA597F; }

 p { color: rgb(170,89,127); }

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

background-color css

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

 a { background-color: rgb(170,89,127); }

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

border-color css

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

 span { border-color: rgb(170,89,127); }

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