#AD5785

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

Shades of Royal Heath #AD5785

Tints of Royal Heath #AD5785

Color information

#AD5785 (or 0xAD5785) is unknown color: approx Royal Heath. HEX triplet: AD, 57 and 85. RGB value is (173,87,133). Sum of RGB (Red+Green+Blue) = 173+87+133=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5785 is #52A87A. Grayscale: #757575. Windows color (decimal): -5417083 or 8738733. OLE color: 8738733.

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

Color convert

RGB17387133-
CMYK00.500.230.32
HSL327.91º34.4%50.98%-
HSV(B)327.91º49.71%67.84%-
XYZ24.8817.3924.24-
YUV117.96136.49167.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 133 (52.34% from 255) = 33.84%
R=44.02%
G=22.14%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738713300.500.230.32327.9134.450.98
HexAD578503217201482233
Octal25512720506227405104263
Binary10101101101011110000101011001010111100000101001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5785; }

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

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

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

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

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

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

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

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