#AD587B

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

Shades of Royal Heath #AD587B

Tints of Royal Heath #AD587B

Color information

#AD587B (or 0xAD587B) is unknown color: approx Royal Heath. HEX triplet: AD, 58 and 7B. RGB value is (173,88,123). Sum of RGB (Red+Green+Blue) = 173+88+123=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD587B is #52A784. Grayscale: #757575. Windows color (decimal): -5416837 or 8083629. OLE color: 8083629.

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

Color convert

RGB17388123-
CMYK00.490.290.32
HSL335.29º34.14%51.18%-
HSV(B)335.29º49.13%67.84%-
XYZ24.317.2920.8-
YUV117.4131.16167.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 88 (34.77% from 255) = 22.92%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=45.05%
G=22.92%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738812300.490.290.32335.2934.1451.18
HexAD587B0311D2014f2233
Octal25513017306135405174263
Binary1010110110110001111011011000111101100000101001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD587B; }

 p { color: rgb(173,88,123); }

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

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

 a { background-color: rgb(173,88,123); }

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

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

 span { border-color: rgb(173,88,123); }

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