#AD5579

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

Shades of Royal Heath #AD5579

Tints of Royal Heath #AD5579

Color information

#AD5579 (or 0xAD5579) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 79. RGB value is (173,85,121). Sum of RGB (Red+Green+Blue) = 173+85+121=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5579 is #52AA86. Grayscale: #737373. Windows color (decimal): -5417607 or 7951789. OLE color: 7951789.

HSL color Cylindrical-coordinate representation of color #AD5579: hue angle of 335.45º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5579 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB17385121-
CMYK00.510.300.32
HSL335.45º34.92%50.59%-
HSV(B)335.45º50.87%67.84%-
XYZ23.9316.7620.06-
YUV115.42131.15169.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=45.65%
G=22.43%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738512100.510.300.32335.4534.9250.59
HexAD55790331E2014f2333
Octal25512517106336405174363
Binary1010110110101011111001011001111110100000101001111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5579; }

 p { color: rgb(173,85,121); }

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

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

 a { background-color: rgb(173,85,121); }

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

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

 span { border-color: rgb(173,85,121); }

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