#AD457C

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

Shades of Royal Heath #AD457C

Tints of Royal Heath #AD457C

Color information

#AD457C (or 0xAD457C) is unknown color: approx Royal Heath. HEX triplet: AD, 45 and 7C. RGB value is (173,69,124). Sum of RGB (Red+Green+Blue) = 173+69+124=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD457C is #52BA83. Grayscale: #6A6A6A. Windows color (decimal): -5421700 or 8144301. OLE color: 8144301.

HSL color Cylindrical-coordinate representation of color #AD457C: hue angle of 328.27º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD457C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17369124-
CMYK00.600.280.32
HSL328.27º42.98%47.45%-
HSV(B)328.27º60.12%67.84%-
XYZ2314.620.67-
YUV106.37137.96175.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 124 (48.83% from 255) = 33.88%
R=47.27%
G=18.85%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736912400.600.280.32328.2742.9847.45
HexAD457C03C1C201482b2f
Octal25510517407434405105357
Binary1010110110001011111100011110011100100000101001000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD457C; }

 p { color: rgb(173,69,124); }

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

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

 a { background-color: rgb(173,69,124); }

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

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

 span { border-color: rgb(173,69,124); }

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