Html Css Color HEX #AD587C Royal Heath

📋 copy color: '#AD587C'

red 173 ◦ green 88 ◦ blue 124

#AD587C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AD587C

Tints of Royal Heath #AD587C

RGB

 RED value IS 173 (67.97% from 255) = 44.94%

 GREEN value IS 88 (34.77% from 255) = 22.86%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 44.94%
G = 22.86%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD587C (or 0xAD587C) is known color: Royal Heath. HEX triplet: AD, 58 and 7C. RGB value is (173,88,124). Sum of RGB (Red+Green+Blue) = 173+88+124=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD587C is #52A783. Grayscale: #757575. Windows color (decimal): -5416836 or 8149165. OLE color: 8149165.

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

Color convert

RGB 173 88 124 -
CMYK 0 0.49 0.28 0.32
HSL 334.59º 0.34% 0.51% -
HSV(B) 334.59º 0.49% 0.68% -
XYZ 24.36 17.32 21.13 -
YUV 117.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 173 88 124 0 0.49 0.28 0.32 334.59 0.34 0.51
Hex AD 58 7C 0 31 1C 20 14F 22 33
Octal 255 130 174 0 61 34 40 517 42 63
Binary 10101101 1011000 1111100 0 110001 11100 100000 101001111 100010 110011

Color Harmonies of #AD587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD587C

Black with #AD587C

Text Example


Text Example

White with #AD587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD587C; }

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

 H1.HeaderClassName
 {
   color: #AD587C;
 }
 .AnyTagClassName
 {
   color: #AD587C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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