#AD487C

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

Shades of Royal Heath #AD487C

Tints of Royal Heath #AD487C

Color information

#AD487C (or 0xAD487C) is unknown color: approx Royal Heath. HEX triplet: AD, 48 and 7C. RGB value is (173,72,124). Sum of RGB (Red+Green+Blue) = 173+72+124=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD487C is #52B783. Grayscale: #6C6C6C. Windows color (decimal): -5420932 or 8145069. OLE color: 8145069.

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

Color convert

RGB17372124-
CMYK00.580.280.32
HSL329.11º41.22%48.04%-
HSV(B)329.11º58.38%67.84%-
XYZ23.1914.9720.74-
YUV108.13136.96174.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.88%
GREEN value IS 72 (28.52% from 255) = 19.51%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=46.88%
G=19.51%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737212400.580.280.32329.1141.2248.04
HexAD487C03A1C201492930
Octal25511017407234405115160
Binary1010110110010001111100011101011100100000101001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD487C; }

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

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

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

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

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

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

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

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