#AD5985

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

Shades of Royal Heath #AD5985

Tints of Royal Heath #AD5985

Color information

#AD5985 (or 0xAD5985) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 85. RGB value is (173,89,133). Sum of RGB (Red+Green+Blue) = 173+89+133=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5985 is #52A67A. Grayscale: #777777. Windows color (decimal): -5416571 or 8739245. OLE color: 8739245.

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

Color convert

RGB17389133-
CMYK00.490.230.32
HSL328.57º33.87%51.37%-
HSV(B)328.57º48.55%67.84%-
XYZ25.0417.7224.29-
YUV119.13135.83166.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 133 (52.34% from 255) = 33.67%
R=43.80%
G=22.53%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738913300.490.230.32328.5733.8751.37
HexAD598503117201492233
Octal25513120506127405114263
Binary10101101101100110000101011000110111100000101001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5985; }

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

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

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

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

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

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

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

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