#AD5983

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

Shades of Royal Heath #AD5983

Tints of Royal Heath #AD5983

Color information

#AD5983 (or 0xAD5983) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 83. RGB value is (173,89,131). Sum of RGB (Red+Green+Blue) = 173+89+131=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5983 is #52A67C. Grayscale: #767676. Windows color (decimal): -5416573 or 8608173. OLE color: 8608173.

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

Color convert

RGB17389131-
CMYK00.490.240.32
HSL330º33.87%51.37%-
HSV(B)330º48.55%67.84%-
XYZ24.917.6723.57-
YUV118.9134.83166.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=44.02%
G=22.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738913100.490.240.3233033.8751.37
HexAD5983031182014a2233
Octal25513120306130405124263
Binary10101101101100110000011011000111000100000101001010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5983; }

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

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

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

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

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

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

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

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