Html Css Color HEX #AD4780 Royal Heath

📋 copy color: '#AD4780'

red 173 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #AD4780

Tints of Royal Heath #AD4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 46.51%
G = 19.09%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD4780 (or 0xAD4780) is known color: Royal Heath. HEX triplet: AD, 47 and 80. RGB value is (173,71,128). Sum of RGB (Red+Green+Blue) = 173+71+128=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD4780 is #52B87F. Grayscale: #6B6B6B. Windows color (decimal): -5421184 or 8406957. OLE color: 8406957.

HSL color Cylindrical-coordinate representation of color #AD4780: hue angle of 326.47º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4780 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 71 128 -
CMYK 0 0.59 0.26 0.32
HSL 326.47º 0.42% 0.48% -
HSV(B) 326.47º 0.59% 0.68% -
XYZ 23.38 14.95 22.08 -
YUV 108 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 173 71 128 0 0.59 0.26 0.32 326.47 0.42 0.48
Hex AD 47 80 0 3B 1A 20 146 2A 30
Octal 255 107 200 0 73 32 40 506 52 60
Binary 10101101 1000111 10000000 0 111011 11010 100000 101000110 101010 110000

Color Harmonies of #AD4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4780

Black with #AD4780

Text Example


Text Example

White with #AD4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4780; }

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

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

background-color css

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

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

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

border-color css

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

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

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