Html Css Color HEX #AD1696 Medium Violet Red

📋 copy color: '#AD1696'

red 173 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #AD1696

Tints of Medium Violet Red #AD1696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.38%

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

R = 50.14%
G = 6.38%
B = 43.48%

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

#AD1696 (or 0xAD1696) is known color: Medium Violet Red. HEX triplet: AD, 16 and 96. RGB value is (173,22,150). Sum of RGB (Red+Green+Blue) = 173+22+150=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1696 is #52E969. Grayscale: #515151. Windows color (decimal): -5433706 or 9836205. OLE color: 9836205.

HSL color Cylindrical-coordinate representation of color #AD1696: hue angle of 309.14º 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 #AD1696 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 22 150 -
CMYK 0 0.87 0.13 0.32
HSL 309.14º 0.77% 0.38% -
HSV(B) 309.14º 0.87% 0.68% -
XYZ 23.03 11.66 29.89 -
YUV 81.74 166.53 193.09 -
System Red Green Blue C M Y K H S L
Decimal 173 22 150 0 0.87 0.13 0.32 309.14 0.77 0.38
Hex AD 16 96 0 57 D 20 135 4D 26
Octal 255 26 226 0 127 15 40 465 115 46
Binary 10101101 10110 10010110 0 1010111 1101 100000 100110101 1001101 100110

Color Harmonies of #AD1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1696

Black with #AD1696

Text Example


Text Example

White with #AD1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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