#AA5A81

Color #AA5A81 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AA5A81

Tints of Royal Heath #AA5A81

Color information

#AA5A81 (or 0xAA5A81) is unknown color: approx Royal Heath. HEX triplet: AA, 5A and 81. RGB value is (170,90,129). Sum of RGB (Red+Green+Blue) = 170+90+129=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5A81 is #55A57E. Grayscale: #767676. Windows color (decimal): -5612927 or 8477354. OLE color: 8477354.

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

Color convert

RGB17090129-
CMYK00.470.240.33
HSL330.75º32%50.98%-
HSV(B)330.75º47.06%66.67%-
XYZ24.217.4422.86-
YUV118.37134164.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=43.70%
G=23.14%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709012900.470.240.33330.753250.98
HexAA5A8102F182114b2033
Octal25213220105730415134063
Binary10101010101101010000001010111111000100001101001011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A81; }

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

 H1.HeaderClassName
 {
   color: #AA5A81;
 }
 .AnyTagClassName
 {
   color: #AA5A81;
 }
</style>
background-color css

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

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

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

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

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

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