Html Css Color HEX #AD5986 Royal Heath

📋 copy color: '#AD5986'

red 173 ◦ green 89 ◦ blue 134

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

Shades of Royal Heath #AD5986

Tints of Royal Heath #AD5986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.47%

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 43.69%
G = 22.47%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5986 (or 0xAD5986) is known color: Royal Heath. HEX triplet: AD, 59 and 86. RGB value is (173,89,134). Sum of RGB (Red+Green+Blue) = 173+89+134=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5986 is #52A679. Grayscale: #777777. Windows color (decimal): -5416570 or 8804781. OLE color: 8804781.

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

Color convert

RGB 173 89 134 -
CMYK 0 0.49 0.23 0.32
HSL 327.86º 0.34% 0.51% -
HSV(B) 327.86º 0.49% 0.68% -
XYZ 25.11 17.75 24.66 -
YUV 119.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 173 89 134 0 0.49 0.23 0.32 327.86 0.34 0.51
Hex AD 59 86 0 31 17 20 148 22 33
Octal 255 131 206 0 61 27 40 510 42 63
Binary 10101101 1011001 10000110 0 110001 10111 100000 101001000 100010 110011

Color Harmonies of #AD5986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5986

Black with #AD5986

Text Example


Text Example

White with #AD5986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5986; }

 p { color: rgb(173,89,134); }

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

background-color css

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

 a { background-color: rgb(173,89,134); }

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

border-color css

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

 span { border-color: rgb(173,89,134); }

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