Html Css Color HEX #AD198C Medium Violet Red

📋 copy color: '#AD198C'

red 173 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #AD198C

Tints of Medium Violet Red #AD198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 51.18%
G = 7.4%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD198C (or 0xAD198C) is known color: Medium Violet Red. HEX triplet: AD, 19 and 8C. RGB value is (173,25,140). Sum of RGB (Red+Green+Blue) = 173+25+140=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD198C is #52E673. Grayscale: #525252. Windows color (decimal): -5432948 or 9181613. OLE color: 9181613.

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

Color convert

RGB 173 25 140 -
CMYK 0 0.86 0.19 0.32
HSL 313.38º 0.75% 0.39% -
HSV(B) 313.38º 0.86% 0.68% -
XYZ 22.31 11.47 25.85 -
YUV 82.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 173 25 140 0 0.86 0.19 0.32 313.38 0.75 0.39
Hex AD 19 8C 0 56 13 20 139 4B 27
Octal 255 31 214 0 126 23 40 471 113 47
Binary 10101101 11001 10001100 0 1010110 10011 100000 100111001 1001011 100111

Color Harmonies of #AD198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD198C

Black with #AD198C

Text Example


Text Example

White with #AD198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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