Html Css Color HEX #AD199D Medium Violet Red

📋 copy color: '#AD199D'

red 173 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #AD199D

Tints of Medium Violet Red #AD199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 48.73%
G = 7.04%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD199D (or 0xAD199D) is known color: Medium Violet Red. HEX triplet: AD, 19 and 9D. RGB value is (173,25,157). Sum of RGB (Red+Green+Blue) = 173+25+157=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD199D is #52E662. Grayscale: #535353. Windows color (decimal): -5432931 or 10295725. OLE color: 10295725.

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

Color convert

RGB 173 25 157 -
CMYK 0 0.86 0.09 0.32
HSL 306.49º 0.75% 0.39% -
HSV(B) 306.49º 0.86% 0.68% -
XYZ 23.67 12.01 32.97 -
YUV 84.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 173 25 157 0 0.86 0.09 0.32 306.49 0.75 0.39
Hex AD 19 9D 0 56 9 20 132 4B 27
Octal 255 31 235 0 126 11 40 462 113 47
Binary 10101101 11001 10011101 0 1010110 1001 100000 100110010 1001011 100111

Color Harmonies of #AD199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD199D

Black with #AD199D

Text Example


Text Example

White with #AD199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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