#ad487d

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

Shades of Royal Heath #AD487D

Tints of Royal Heath #AD487D

Color information

#AD487D (or 0xAD487D) is unknown color: approx Royal Heath. HEX triplet: AD, 48 and 7D. RGB value is (173,72,125). Sum of RGB (Red+Green+Blue) = 173+72+125=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD487D is #52B782. Grayscale: #6C6C6C. Windows color (decimal): -5420931 or 8210605. OLE color: 8210605.

HSL color Cylindrical-coordinate representation of color #AD487D: hue angle of 328.51º 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 #AD487D is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17372125-
CMYK00.580.280.32
HSL328.51º41.22%48.04%-
HSV(B)328.51º58.38%67.84%-
XYZ23.251521.07-
YUV108.24137.46174.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=46.76%
G=19.46%
B=33.78%

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
Decimal1737212500.580.280.32328.5141.2248.04
HexAD487D03A1C201492930
Octal25511017507234405115160
Binary1010110110010001111101011101011100100000101001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad487d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad487d; }

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

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

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

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

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

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

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

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