Html Css Color HEX #AD129C Medium Violet Red

📋 copy color: '#AD129C'

red 173 ◦ green 18 ◦ blue 156

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

Shades of Medium Violet Red #AD129C

Tints of Medium Violet Red #AD129C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.19%

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

R = 49.86%
G = 5.19%
B = 44.96%

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

#AD129C (or 0xAD129C) is known color: Medium Violet Red. HEX triplet: AD, 12 and 9C. RGB value is (173,18,156). Sum of RGB (Red+Green+Blue) = 173+18+156=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD129C is #52ED63. Grayscale: #4F4F4F. Windows color (decimal): -5434724 or 10228397. OLE color: 10228397.

HSL color Cylindrical-coordinate representation of color #AD129C: hue angle of 306.58º degrees, saturation: 0.81, 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 #AD129C is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 156 -
CMYK 0 0.90 0.10 0.32
HSL 306.58º 0.81% 0.37% -
HSV(B) 306.58º 0.9% 0.68% -
XYZ 23.45 11.72 32.48 -
YUV 80.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 173 18 156 0 0.90 0.10 0.32 306.58 0.81 0.37
Hex AD 12 9C 0 5A A 20 133 51 25
Octal 255 22 234 0 132 12 40 463 121 45
Binary 10101101 10010 10011100 0 1011010 1010 100000 100110011 1010001 100101

Color Harmonies of #AD129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD129C

Black with #AD129C

Text Example


Text Example

White with #AD129C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD129C; }

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

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

background-color css

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

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

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

border-color css

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

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

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