Html Css Color HEX #AA5681 Royal Heath

📋 copy color: '#AA5681'

red 170 ◦ green 86 ◦ blue 129

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

Shades of Royal Heath #AA5681

Tints of Royal Heath #AA5681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.34%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 44.16%
G = 22.34%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA5681 (or 0xAA5681) is known color: Royal Heath. HEX triplet: AA, 56 and 81. RGB value is (170,86,129). Sum of RGB (Red+Green+Blue) = 170+86+129=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5681 is #55A97E. Grayscale: #737373. Windows color (decimal): -5613951 or 8476330. OLE color: 8476330.

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

Color convert

RGB 170 86 129 -
CMYK 0 0.49 0.24 0.33
HSL 329.29º 0.33% 0.5% -
HSV(B) 329.29º 0.49% 0.67% -
XYZ 23.87 16.79 22.75 -
YUV 116.02 135.33 166.5 -
System Red Green Blue C M Y K H S L
Decimal 170 86 129 0 0.49 0.24 0.33 329.29 0.33 0.5
Hex AA 56 81 0 31 18 21 149 21 32
Octal 252 126 201 0 61 30 41 511 41 62
Binary 10101010 1010110 10000001 0 110001 11000 100001 101001001 100001 110010

Color Harmonies of #AA5681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5681

Black with #AA5681

Text Example


Text Example

White with #AA5681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5681; }

 p { color: rgb(170,86,129); }

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

background-color css

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

 a { background-color: rgb(170,86,129); }

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

border-color css

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

 span { border-color: rgb(170,86,129); }

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