Html Css Color HEX #AD5477 Royal Heath

📋 copy color: '#AD5477'

red 173 ◦ green 84 ◦ blue 119

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

Shades of Royal Heath #AD5477

Tints of Royal Heath #AD5477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 46.01%
G = 22.34%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD5477 (or 0xAD5477) is known color: Royal Heath. HEX triplet: AD, 54 and 77. RGB value is (173,84,119). Sum of RGB (Red+Green+Blue) = 173+84+119=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5477 is #52AB88. Grayscale: #727272. Windows color (decimal): -5417865 or 7820461. OLE color: 7820461.

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

Color convert

RGB 173 84 119 -
CMYK 0 0.51 0.31 0.32
HSL 336.4º 0.35% 0.5% -
HSV(B) 336.4º 0.51% 0.68% -
XYZ 23.73 16.56 19.4 -
YUV 114.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 173 84 119 0 0.51 0.31 0.32 336.4 0.35 0.5
Hex AD 54 77 0 33 1F 20 150 23 32
Octal 255 124 167 0 63 37 40 520 43 62
Binary 10101101 1010100 1110111 0 110011 11111 100000 101010000 100011 110010

Color Harmonies of #AD5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5477

Black with #AD5477

Text Example


Text Example

White with #AD5477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5477; }

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

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

background-color css

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

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

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

border-color css

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

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

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