Html Css Color HEX #AD1796 Medium Violet Red

📋 copy color: '#AD1796'

red 173 ◦ green 23 ◦ blue 150

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

Shades of Medium Violet Red #AD1796

Tints of Medium Violet Red #AD1796

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.65%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 50%
G = 6.65%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD1796 (or 0xAD1796) is known color: Medium Violet Red. HEX triplet: AD, 17 and 96. RGB value is (173,23,150). Sum of RGB (Red+Green+Blue) = 173+23+150=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1796 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1796 is #52E869. Grayscale: #515151. Windows color (decimal): -5433450 or 9836461. OLE color: 9836461.

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

Color convert

RGB 173 23 150 -
CMYK 0 0.87 0.13 0.32
HSL 309.2º 0.77% 0.38% -
HSV(B) 309.2º 0.87% 0.68% -
XYZ 23.05 11.7 29.9 -
YUV 82.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 173 23 150 0 0.87 0.13 0.32 309.2 0.77 0.38
Hex AD 17 96 0 57 D 20 135 4D 26
Octal 255 27 226 0 127 15 40 465 115 46
Binary 10101101 10111 10010110 0 1010111 1101 100000 100110101 1001101 100110

Color Harmonies of #AD1796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1796

Black with #AD1796

Text Example


Text Example

White with #AD1796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1796; }

 p { color: rgb(173,23,150); }

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

background-color css

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

 a { background-color: rgb(173,23,150); }

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

border-color css

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

 span { border-color: rgb(173,23,150); }

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