#AD4C7F

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

Shades of Royal Heath #AD4C7F

Tints of Royal Heath #AD4C7F

Color information

#AD4C7F (or 0xAD4C7F) is unknown color: approx Royal Heath. HEX triplet: AD, 4C and 7F. RGB value is (173,76,127). Sum of RGB (Red+Green+Blue) = 173+76+127=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4C7F is #52B380. Grayscale: #6E6E6E. Windows color (decimal): -5419905 or 8342701. OLE color: 8342701.

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

Color convert

RGB17376127-
CMYK00.560.270.32
HSL328.45º38.96%48.82%-
HSV(B)328.45º56.07%67.84%-
XYZ23.6515.5921.84-
YUV110.82137.14172.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 127 (50% from 255) = 33.78%
R=46.01%
G=20.21%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737612700.560.270.32328.4538.9648.82
HexAD4C7F0381B201482731
Octal25511417707033405104761
Binary1010110110011001111111011100011011100000101001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C7F; }

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

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

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

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

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

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

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

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