Html Css Color HEX #AD1996 Medium Violet Red

📋 copy color: '#AD1996'

red 173 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #AD1996

Tints of Medium Violet Red #AD1996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.18%

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

R = 49.71%
G = 7.18%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD1996 (or 0xAD1996) is known color: Medium Violet Red. HEX triplet: AD, 19 and 96. RGB value is (173,25,150). Sum of RGB (Red+Green+Blue) = 173+25+150=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1996 is #52E669. Grayscale: #535353. Windows color (decimal): -5432938 or 9836973. OLE color: 9836973.

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

Color convert

RGB 173 25 150 -
CMYK 0 0.86 0.13 0.32
HSL 309.32º 0.75% 0.39% -
HSV(B) 309.32º 0.86% 0.68% -
XYZ 23.09 11.78 29.91 -
YUV 83.5 165.53 191.84 -
System Red Green Blue C M Y K H S L
Decimal 173 25 150 0 0.86 0.13 0.32 309.32 0.75 0.39
Hex AD 19 96 0 56 D 20 135 4B 27
Octal 255 31 226 0 126 15 40 465 113 47
Binary 10101101 11001 10010110 0 1010110 1101 100000 100110101 1001011 100111

Color Harmonies of #AD1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1996

Black with #AD1996

Text Example


Text Example

White with #AD1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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