Html Css Color HEX #AD5679 Royal Heath

📋 copy color: '#AD5679'

red 173 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #AD5679

Tints of Royal Heath #AD5679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.63%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 45.53%
G = 22.63%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD5679 (or 0xAD5679) is known color: Royal Heath. HEX triplet: AD, 56 and 79. RGB value is (173,86,121). Sum of RGB (Red+Green+Blue) = 173+86+121=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5679 is #52A986. Grayscale: #737373. Windows color (decimal): -5417351 or 7952045. OLE color: 7952045.

HSL color Cylindrical-coordinate representation of color #AD5679: hue angle of 335.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5679 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 86 121 -
CMYK 0 0.50 0.30 0.32
HSL 335.86º 0.35% 0.51% -
HSV(B) 335.86º 0.5% 0.68% -
XYZ 24.01 16.92 20.09 -
YUV 116 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 173 86 121 0 0.50 0.30 0.32 335.86 0.35 0.51
Hex AD 56 79 0 32 1E 20 150 23 33
Octal 255 126 171 0 62 36 40 520 43 63
Binary 10101101 1010110 1111001 0 110010 11110 100000 101010000 100011 110011

Color Harmonies of #AD5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5679

Black with #AD5679

Text Example


Text Example

White with #AD5679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5679; }

 p { color: rgb(173,86,121); }

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

background-color css

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

 a { background-color: rgb(173,86,121); }

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

border-color css

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

 span { border-color: rgb(173,86,121); }

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