#AA5485

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

Shades of Royal Heath #AA5485

Tints of Royal Heath #AA5485

Color information

#AA5485 (or 0xAA5485) is unknown color: approx Royal Heath. HEX triplet: AA, 54 and 85. RGB value is (170,84,133). Sum of RGB (Red+Green+Blue) = 170+84+133=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5485 is #55AB7A. Grayscale: #737373. Windows color (decimal): -5614459 or 8737962. OLE color: 8737962.

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

Color convert

RGB17084133-
CMYK00.510.220.33
HSL325.81º33.86%49.8%-
HSV(B)325.81º50.59%66.67%-
XYZ23.9816.5824.13-
YUV115.3137.99167.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.93%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=43.93%
G=21.71%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708413300.510.220.33325.8133.8649.8
HexAA548503316211462232
Octal25212420506326415064262
Binary10101010101010010000101011001110110100001101000110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5485; }

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

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

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

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

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

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

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

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