#AA5379

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

Shades of Royal Heath #AA5379

Tints of Royal Heath #AA5379

Color information

#AA5379 (or 0xAA5379) is unknown color: approx Royal Heath. HEX triplet: AA, 53 and 79. RGB value is (170,83,121). Sum of RGB (Red+Green+Blue) = 170+83+121=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5379 is #55AC86. Grayscale: #717171. Windows color (decimal): -5614727 or 7951274. OLE color: 7951274.

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

Color convert

RGB17083121-
CMYK00.510.290.33
HSL333.79º34.39%49.61%-
HSV(B)333.79º51.18%66.67%-
XYZ23.1216.1119.98-
YUV113.34132.32168.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 121 (47.66% from 255) = 32.35%
R=45.45%
G=22.19%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708312100.510.290.33333.7934.3949.61
HexAA53790331D2114e2232
Octal25212317106335415164262
Binary1010101010100111111001011001111101100001101001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5379; }

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

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

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

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

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

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

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

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