#AD5B80

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

Shades of Royal Heath #AD5B80

Tints of Royal Heath #AD5B80

Color information

#AD5B80 (or 0xAD5B80) is unknown color: approx Royal Heath. HEX triplet: AD, 5B and 80. RGB value is (173,91,128). Sum of RGB (Red+Green+Blue) = 173+91+128=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5B80 is #52A47F. Grayscale: #777777. Windows color (decimal): -5416064 or 8412077. OLE color: 8412077.

HSL color Cylindrical-coordinate representation of color #AD5B80: hue angle of 332.93º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5B80 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB17391128-
CMYK00.470.260.32
HSL332.93º33.33%51.76%-
HSV(B)332.93º47.4%67.84%-
XYZ24.8717.9222.57-
YUV119.74132.67165.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 91 (35.94% from 255) = 23.21%
BLUE value IS 128 (50.39% from 255) = 32.65%
R=44.13%
G=23.21%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739112800.470.260.32332.9333.3351.76
HexAD5B8002F1A2014d2134
Octal25513320005732405154164
Binary10101101101101110000000010111111010100000101001101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5B80; }

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

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

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

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

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

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

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

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