Html Css Color HEX #AD1579 Medium Violet Red

📋 copy color: '#AD1579'

red 173 ◦ green 21 ◦ blue 121

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

Shades of Medium Violet Red #AD1579

Tints of Medium Violet Red #AD1579

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

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

R = 54.92%
G = 6.67%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD1579 (or 0xAD1579) is known color: Medium Violet Red. HEX triplet: AD, 15 and 79. RGB value is (173,21,121). Sum of RGB (Red+Green+Blue) = 173+21+121=315 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.92% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1579 is #52EA86. Grayscale: #4D4D4D. Windows color (decimal): -5433991 or 7935405. OLE color: 7935405.

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

Color convert

RGB 173 21 121 -
CMYK 0 0.88 0.30 0.32
HSL 320.53º 0.78% 0.38% -
HSV(B) 320.53º 0.88% 0.68% -
XYZ 20.95 10.8 19.07 -
YUV 77.85 152.36 195.87 -
System Red Green Blue C M Y K H S L
Decimal 173 21 121 0 0.88 0.30 0.32 320.53 0.78 0.38
Hex AD 15 79 0 58 1E 20 141 4E 26
Octal 255 25 171 0 130 36 40 501 116 46
Binary 10101101 10101 1111001 0 1011000 11110 100000 101000001 1001110 100110

Color Harmonies of #AD1579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1579

Black with #AD1579

Text Example


Text Example

White with #AD1579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1579; }

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

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

background-color css

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

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

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

border-color css

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

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

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