Html Css Color HEX #AA597B Royal Heath

📋 copy color: '#AA597B'

red 170 ◦ green 89 ◦ blue 123

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

Shades of Royal Heath #AA597B

Tints of Royal Heath #AA597B

RGB

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

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

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

R = 44.5%
G = 23.3%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA597B (or 0xAA597B) is known color: Royal Heath. HEX triplet: AA, 59 and 7B. RGB value is (170,89,123). Sum of RGB (Red+Green+Blue) = 170+89+123=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA597B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA597B is #55A684. Grayscale: #757575. Windows color (decimal): -5613189 or 8083882. OLE color: 8083882.

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

Color convert

RGB 170 89 123 -
CMYK 0 0.48 0.28 0.33
HSL 334.81º 0.32% 0.51% -
HSV(B) 334.81º 0.48% 0.67% -
XYZ 23.73 17.12 20.79 -
YUV 117.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 170 89 123 0 0.48 0.28 0.33 334.81 0.32 0.51
Hex AA 59 7B 0 30 1C 21 14F 20 33
Octal 252 131 173 0 60 34 41 517 40 63
Binary 10101010 1011001 1111011 0 110000 11100 100001 101001111 100000 110011

Color Harmonies of #AA597B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA597B

Black with #AA597B

Text Example


Text Example

White with #AA597B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA597B; }

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

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

background-color css

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

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

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

border-color css

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

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

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