#AD5980

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

Shades of Royal Heath #AD5980

Tints of Royal Heath #AD5980

Color information

#AD5980 (or 0xAD5980) is unknown color: approx Royal Heath. HEX triplet: AD, 59 and 80. RGB value is (173,89,128). Sum of RGB (Red+Green+Blue) = 173+89+128=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5980 is #52A67F. Grayscale: #767676. Windows color (decimal): -5416576 or 8411565. OLE color: 8411565.

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

Color convert

RGB17389128-
CMYK00.490.260.32
HSL332.14º33.87%51.37%-
HSV(B)332.14º48.55%67.84%-
XYZ24.717.5922.51-
YUV118.56133.33166.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 89 (35.16% from 255) = 22.82%
BLUE value IS 128 (50.39% from 255) = 32.82%
R=44.36%
G=22.82%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738912800.490.260.32332.1433.8751.37
HexAD59800311A2014c2233
Octal25513120006132405144263
Binary10101101101100110000000011000111010100000101001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5980; }

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

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

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

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

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

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

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

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