Html Css Color HEX #AA5486 Royal Heath

📋 copy color: '#AA5486'

red 170 ◦ green 84 ◦ blue 134

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

Shades of Royal Heath #AA5486

Tints of Royal Heath #AA5486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.65%

 BLUE value IS 134 (52.73% from 255) = 34.54%

R = 43.81%
G = 21.65%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA5486 (or 0xAA5486) is known color: Royal Heath. HEX triplet: AA, 54 and 86. RGB value is (170,84,134). Sum of RGB (Red+Green+Blue) = 170+84+134=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5486 is #55AB79. Grayscale: #737373. Windows color (decimal): -5614458 or 8803498. OLE color: 8803498.

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

Color convert

RGB 170 84 134 -
CMYK 0 0.51 0.21 0.33
HSL 325.12º 0.34% 0.5% -
HSV(B) 325.12º 0.51% 0.67% -
XYZ 24.05 16.61 24.49 -
YUV 115.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 170 84 134 0 0.51 0.21 0.33 325.12 0.34 0.5
Hex AA 54 86 0 33 15 21 145 22 32
Octal 252 124 206 0 63 25 41 505 42 62
Binary 10101010 1010100 10000110 0 110011 10101 100001 101000101 100010 110010

Color Harmonies of #AA5486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5486

Black with #AA5486

Text Example


Text Example

White with #AA5486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5486; }

 p { color: rgb(170,84,134); }

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

background-color css

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

 a { background-color: rgb(170,84,134); }

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

border-color css

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

 span { border-color: rgb(170,84,134); }

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