Html Css Color HEX #AD119C Medium Violet Red

📋 copy color: '#AD119C'

red 173 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #AD119C

Tints of Medium Violet Red #AD119C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.91%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 50%
G = 4.91%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD119C (or 0xAD119C) is known color: Medium Violet Red. HEX triplet: AD, 11 and 9C. RGB value is (173,17,156). Sum of RGB (Red+Green+Blue) = 173+17+156=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD119C is #52EE63. Grayscale: #4F4F4F. Windows color (decimal): -5434980 or 10228141. OLE color: 10228141.

HSL color Cylindrical-coordinate representation of color #AD119C: hue angle of 306.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD119C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 156 -
CMYK 0 0.90 0.10 0.32
HSL 306.54º 0.82% 0.37% -
HSV(B) 306.54º 0.9% 0.68% -
XYZ 23.43 11.69 32.47 -
YUV 79.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 173 17 156 0 0.90 0.10 0.32 306.54 0.82 0.37
Hex AD 11 9C 0 5A A 20 133 52 25
Octal 255 21 234 0 132 12 40 463 122 45
Binary 10101101 10001 10011100 0 1011010 1010 100000 100110011 1010010 100101

Color Harmonies of #AD119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD119C

Black with #AD119C

Text Example


Text Example

White with #AD119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD119C; }

 p { color: rgb(173,17,156); }

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

background-color css

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

 a { background-color: rgb(173,17,156); }

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

border-color css

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

 span { border-color: rgb(173,17,156); }

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