Html Css Color HEX #AD5774 Royal Heath

📋 copy color: '#AD5774'

red 173 ◦ green 87 ◦ blue 116

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

Shades of Royal Heath #AD5774

Tints of Royal Heath #AD5774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 46.01%
G = 23.14%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD5774 (or 0xAD5774) is known color: Royal Heath. HEX triplet: AD, 57 and 74. RGB value is (173,87,116). Sum of RGB (Red+Green+Blue) = 173+87+116=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5774 is #52A88B. Grayscale: #737373. Windows color (decimal): -5417100 or 7624621. OLE color: 7624621.

HSL color Cylindrical-coordinate representation of color #AD5774: hue angle of 339.77º degrees, saturation: 0.34, 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 #AD5774 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 87 116 -
CMYK 0 0.50 0.33 0.32
HSL 339.77º 0.34% 0.51% -
HSV(B) 339.77º 0.5% 0.68% -
XYZ 23.79 16.96 18.54 -
YUV 116.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 173 87 116 0 0.50 0.33 0.32 339.77 0.34 0.51
Hex AD 57 74 0 32 21 20 154 22 33
Octal 255 127 164 0 62 41 40 524 42 63
Binary 10101101 1010111 1110100 0 110010 100001 100000 101010100 100010 110011

Color Harmonies of #AD5774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5774

Black with #AD5774

Text Example


Text Example

White with #AD5774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5774; }

 p { color: rgb(173,87,116); }

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

background-color css

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

 a { background-color: rgb(173,87,116); }

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

border-color css

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

 span { border-color: rgb(173,87,116); }

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