#AA5384

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

Shades of Royal Heath #AA5384

Tints of Royal Heath #AA5384

Color information

#AA5384 (or 0xAA5384) is unknown color: approx Royal Heath. HEX triplet: AA, 53 and 84. RGB value is (170,83,132). Sum of RGB (Red+Green+Blue) = 170+83+132=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5384 is #55AC7B. Grayscale: #727272. Windows color (decimal): -5614716 or 8672170. OLE color: 8672170.

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

Color convert

RGB17083132-
CMYK00.510.220.33
HSL326.21º34.39%49.61%-
HSV(B)326.21º51.18%66.67%-
XYZ23.8416.423.74-
YUV114.6137.82167.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 132 (51.95% from 255) = 34.29%
R=44.16%
G=21.56%
B=34.29%

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
Decimal1708313200.510.220.33326.2134.3949.61
HexAA538403316211462232
Octal25212320406326415064262
Binary10101010101001110000100011001110110100001101000110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5384; }

 p { color: rgb(170,83,132); }

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

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

 a { background-color: rgb(170,83,132); }

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

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

 span { border-color: rgb(170,83,132); }

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