Html Css Color HEX #AD199E Medium Violet Red

📋 copy color: '#AD199E'

red 173 ◦ green 25 ◦ blue 158

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

Shades of Medium Violet Red #AD199E

Tints of Medium Violet Red #AD199E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.38%

R = 48.6%
G = 7.02%
B = 44.38%

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

#AD199E (or 0xAD199E) is known color: Medium Violet Red. HEX triplet: AD, 19 and 9E. RGB value is (173,25,158). Sum of RGB (Red+Green+Blue) = 173+25+158=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD199E is #52E661. Grayscale: #545454. Windows color (decimal): -5432930 or 10361261. OLE color: 10361261.

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

Color convert

RGB 173 25 158 -
CMYK 0 0.86 0.09 0.32
HSL 306.08º 0.75% 0.39% -
HSV(B) 306.08º 0.86% 0.68% -
XYZ 23.75 12.05 33.42 -
YUV 84.41 169.53 191.19 -
System Red Green Blue C M Y K H S L
Decimal 173 25 158 0 0.86 0.09 0.32 306.08 0.75 0.39
Hex AD 19 9E 0 56 9 20 132 4B 27
Octal 255 31 236 0 126 11 40 462 113 47
Binary 10101101 11001 10011110 0 1010110 1001 100000 100110010 1001011 100111

Color Harmonies of #AD199E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD199E

Black with #AD199E

Text Example


Text Example

White with #AD199E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD199E; }

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

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

background-color css

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

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

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

border-color css

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

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

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