Html Css Color HEX #AA5983 Royal Heath

📋 copy color: '#AA5983'

red 170 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #AA5983

Tints of Royal Heath #AA5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.59%

R = 43.59%
G = 22.82%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA5983 (or 0xAA5983) is known color: Royal Heath. HEX triplet: AA, 59 and 83. RGB value is (170,89,131). Sum of RGB (Red+Green+Blue) = 170+89+131=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5983 is #55A67C. Grayscale: #757575. Windows color (decimal): -5613181 or 8608170. OLE color: 8608170.

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

Color convert

RGB 170 89 131 -
CMYK 0 0.48 0.23 0.33
HSL 328.89º 0.32% 0.51% -
HSV(B) 328.89º 0.48% 0.67% -
XYZ 24.25 17.33 23.54 -
YUV 118.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 170 89 131 0 0.48 0.23 0.33 328.89 0.32 0.51
Hex AA 59 83 0 30 17 21 149 20 33
Octal 252 131 203 0 60 27 41 511 40 63
Binary 10101010 1011001 10000011 0 110000 10111 100001 101001001 100000 110011

Color Harmonies of #AA5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5983

Black with #AA5983

Text Example


Text Example

White with #AA5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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