Html Css Color HEX #AD1879 Medium Violet Red

📋 copy color: '#AD1879'

red 173 ◦ green 24 ◦ blue 121

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

Shades of Medium Violet Red #AD1879

Tints of Medium Violet Red #AD1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

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

R = 54.4%
G = 7.55%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD1879 (or 0xAD1879) is known color: Medium Violet Red. HEX triplet: AD, 18 and 79. RGB value is (173,24,121). Sum of RGB (Red+Green+Blue) = 173+24+121=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1879 is #52E786. Grayscale: #4F4F4F. Windows color (decimal): -5433223 or 7936173. OLE color: 7936173.

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

Color convert

RGB 173 24 121 -
CMYK 0 0.86 0.30 0.32
HSL 320.94º 0.76% 0.39% -
HSV(B) 320.94º 0.86% 0.68% -
XYZ 21.01 10.92 19.09 -
YUV 79.61 151.36 194.61 -
System Red Green Blue C M Y K H S L
Decimal 173 24 121 0 0.86 0.30 0.32 320.94 0.76 0.39
Hex AD 18 79 0 56 1E 20 141 4C 27
Octal 255 30 171 0 126 36 40 501 114 47
Binary 10101101 11000 1111001 0 1010110 11110 100000 101000001 1001100 100111

Color Harmonies of #AD1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1879

Black with #AD1879

Text Example


Text Example

White with #AD1879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1879; }

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

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

background-color css

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

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

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

border-color css

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

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

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