Html Css Color HEX #AD5780 Royal Heath

📋 copy color: '#AD5780'

red 173 ◦ green 87 ◦ blue 128

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

Shades of Royal Heath #AD5780

Tints of Royal Heath #AD5780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 44.59%
G = 22.42%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD5780 (or 0xAD5780) is known color: Royal Heath. HEX triplet: AD, 57 and 80. RGB value is (173,87,128). Sum of RGB (Red+Green+Blue) = 173+87+128=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5780 is #52A87F. Grayscale: #757575. Windows color (decimal): -5417088 or 8411053. OLE color: 8411053.

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

Color convert

RGB 173 87 128 -
CMYK 0 0.50 0.26 0.32
HSL 331.4º 0.34% 0.51% -
HSV(B) 331.4º 0.5% 0.68% -
XYZ 24.54 17.26 22.46 -
YUV 117.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 173 87 128 0 0.50 0.26 0.32 331.4 0.34 0.51
Hex AD 57 80 0 32 1A 20 14B 22 33
Octal 255 127 200 0 62 32 40 513 42 63
Binary 10101101 1010111 10000000 0 110010 11010 100000 101001011 100010 110011

Color Harmonies of #AD5780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5780

Black with #AD5780

Text Example


Text Example

White with #AD5780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5780; }

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

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

background-color css

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

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

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

border-color css

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

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

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