#AD557C

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

Shades of Royal Heath #AD557C

Tints of Royal Heath #AD557C

Color information

#AD557C (or 0xAD557C) is unknown color: approx Royal Heath. HEX triplet: AD, 55 and 7C. RGB value is (173,85,124). Sum of RGB (Red+Green+Blue) = 173+85+124=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD557C is #52AA83. Grayscale: #737373. Windows color (decimal): -5417604 or 8148397. OLE color: 8148397.

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

Color convert

RGB17385124-
CMYK00.510.280.32
HSL333.41º34.92%50.59%-
HSV(B)333.41º50.87%67.84%-
XYZ24.1216.8421.05-
YUV115.76132.65168.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=45.29%
G=22.25%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738512400.510.280.32333.4134.9250.59
HexAD557C0331C2014d2333
Octal25512517406334405154363
Binary1010110110101011111100011001111100100000101001101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD557C; }

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

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

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

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

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

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

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

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