#AD5984

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

Shades of Royal Heath #AD5984

Tints of Royal Heath #AD5984

Color information

#AD5984 (or 0xAD5984) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 84. RGB value is (173,89,132). Sum of RGB (Red+Green+Blue) = 173+89+132=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5984 is #52A67B. Grayscale: #767676. Windows color (decimal): -5416572 or 8673709. OLE color: 8673709.

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

Color convert

RGB17389132-
CMYK00.490.240.32
HSL329.29º33.87%51.37%-
HSV(B)329.29º48.55%67.84%-
XYZ24.9717.6923.93-
YUV119.02135.33166.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 89 (35.16% from 255) = 22.59%
BLUE value IS 132 (51.95% from 255) = 33.50%
R=43.91%
G=22.59%
B=33.50%

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
Decimal1738913200.490.240.32329.2933.8751.37
HexAD598403118201492233
Octal25513120406130405114263
Binary10101101101100110000100011000111000100000101001001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5984; }

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

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

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

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

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

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

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

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