Html Css Color HEX #AD587D Royal Heath

📋 copy color: '#AD587D'

red 173 ◦ green 88 ◦ blue 125

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

Shades of Royal Heath #AD587D

Tints of Royal Heath #AD587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 44.82%
G = 22.8%
B = 32.38%

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

#AD587D (or 0xAD587D) is known color: Royal Heath. HEX triplet: AD, 58 and 7D. RGB value is (173,88,125). Sum of RGB (Red+Green+Blue) = 173+88+125=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD587D is #52A782. Grayscale: #757575. Windows color (decimal): -5416835 or 8214701. OLE color: 8214701.

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

Color convert

RGB 173 88 125 -
CMYK 0 0.49 0.28 0.32
HSL 333.88º 0.34% 0.51% -
HSV(B) 333.88º 0.49% 0.68% -
XYZ 24.42 17.34 21.46 -
YUV 117.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 173 88 125 0 0.49 0.28 0.32 333.88 0.34 0.51
Hex AD 58 7D 0 31 1C 20 14E 22 33
Octal 255 130 175 0 61 34 40 516 42 63
Binary 10101101 1011000 1111101 0 110001 11100 100000 101001110 100010 110011

Color Harmonies of #AD587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD587D

Black with #AD587D

Text Example


Text Example

White with #AD587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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