Html Css Color HEX #AD5079 Royal Heath

📋 copy color: '#AD5079'

red 173 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #AD5079

Tints of Royal Heath #AD5079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 46.26%
G = 21.39%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD5079 (or 0xAD5079) is known color: Royal Heath. HEX triplet: AD, 50 and 79. RGB value is (173,80,121). Sum of RGB (Red+Green+Blue) = 173+80+121=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5079 is #52AF86. Grayscale: #707070. Windows color (decimal): -5418887 or 7950509. OLE color: 7950509.

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

Color convert

RGB 173 80 121 -
CMYK 0 0.54 0.30 0.32
HSL 333.55º 0.37% 0.5% -
HSV(B) 333.55º 0.54% 0.68% -
XYZ 23.55 16 19.94 -
YUV 112.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 173 80 121 0 0.54 0.30 0.32 333.55 0.37 0.5
Hex AD 50 79 0 36 1E 20 14E 25 32
Octal 255 120 171 0 66 36 40 516 45 62
Binary 10101101 1010000 1111001 0 110110 11110 100000 101001110 100101 110010

Color Harmonies of #AD5079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5079

Black with #AD5079

Text Example


Text Example

White with #AD5079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5079; }

 p { color: rgb(173,80,121); }

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

background-color css

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

 a { background-color: rgb(173,80,121); }

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

border-color css

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

 span { border-color: rgb(173,80,121); }

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