#AD517F

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

Shades of Royal Heath #AD517F

Tints of Royal Heath #AD517F

Color information

#AD517F (or 0xAD517F) is unknown color: approx Royal Heath. HEX triplet: AD, 51 and 7F. RGB value is (173,81,127). Sum of RGB (Red+Green+Blue) = 173+81+127=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD517F is #52AE80. Grayscale: #717171. Windows color (decimal): -5418625 or 8343981. OLE color: 8343981.

HSL color Cylindrical-coordinate representation of color #AD517F: hue angle of 330º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD517F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB17381127-
CMYK00.530.270.32
HSL330º36.22%49.8%-
HSV(B)330º53.18%67.84%-
XYZ24.0116.321.96-
YUV113.75135.48170.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 127 (50% from 255) = 33.33%
R=45.41%
G=21.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738112700.530.270.3233036.2249.8
HexAD517F0351B2014a2432
Octal25512117706533405124462
Binary1010110110100011111111011010111011100000101001010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD517F; }

 p { color: rgb(173,81,127); }

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

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

 a { background-color: rgb(173,81,127); }

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

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

 span { border-color: rgb(173,81,127); }

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