Html Css Color HEX #AD5471 Royal Heath

📋 copy color: '#AD5471'

red 173 ◦ green 84 ◦ blue 113

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

Shades of Royal Heath #AD5471

Tints of Royal Heath #AD5471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 46.76%
G = 22.7%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD5471 (or 0xAD5471) is known color: Royal Heath. HEX triplet: AD, 54 and 71. RGB value is (173,84,113). Sum of RGB (Red+Green+Blue) = 173+84+113=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5471 is #52AB8E. Grayscale: #717171. Windows color (decimal): -5417871 or 7427245. OLE color: 7427245.

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

Color convert

RGB 173 84 113 -
CMYK 0 0.51 0.35 0.32
HSL 340.45º 0.35% 0.5% -
HSV(B) 340.45º 0.51% 0.68% -
XYZ 23.38 16.42 17.56 -
YUV 113.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 173 84 113 0 0.51 0.35 0.32 340.45 0.35 0.5
Hex AD 54 71 0 33 23 20 154 23 32
Octal 255 124 161 0 63 43 40 524 43 62
Binary 10101101 1010100 1110001 0 110011 100011 100000 101010100 100011 110010

Color Harmonies of #AD5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5471

Black with #AD5471

Text Example


Text Example

White with #AD5471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5471; }

 p { color: rgb(173,84,113); }

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

background-color css

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

 a { background-color: rgb(173,84,113); }

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

border-color css

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

 span { border-color: rgb(173,84,113); }

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