#AD5585

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

Shades of Royal Heath #AD5585

Tints of Royal Heath #AD5585

Color information

#AD5585 (or 0xAD5585) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 85. RGB value is (173,85,133). Sum of RGB (Red+Green+Blue) = 173+85+133=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5585 is #52AA7A. Grayscale: #747474. Windows color (decimal): -5417595 or 8738221. OLE color: 8738221.

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

Color convert

RGB17385133-
CMYK00.510.230.32
HSL327.27º34.92%50.59%-
HSV(B)327.27º50.87%67.84%-
XYZ24.7217.0724.18-
YUV116.78137.15168.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 133 (52.34% from 255) = 34.02%
R=44.25%
G=21.74%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738513300.510.230.32327.2734.9250.59
HexAD558503317201472333
Octal25512520506327405074363
Binary10101101101010110000101011001110111100000101000111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5585; }

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

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

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

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

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

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

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

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