Html Css Color HEX #AD197E Medium Violet Red

📋 copy color: '#AD197E'

red 173 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #AD197E

Tints of Medium Violet Red #AD197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 53.4%
G = 7.72%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD197E (or 0xAD197E) is known color: Medium Violet Red. HEX triplet: AD, 19 and 7E. RGB value is (173,25,126). Sum of RGB (Red+Green+Blue) = 173+25+126=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD197E is #52E681. Grayscale: #505050. Windows color (decimal): -5432962 or 8264109. OLE color: 8264109.

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

Color convert

RGB 173 25 126 -
CMYK 0 0.86 0.27 0.32
HSL 319.05º 0.75% 0.39% -
HSV(B) 319.05º 0.86% 0.68% -
XYZ 21.35 11.09 20.75 -
YUV 80.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 173 25 126 0 0.86 0.27 0.32 319.05 0.75 0.39
Hex AD 19 7E 0 56 1B 20 13F 4B 27
Octal 255 31 176 0 126 33 40 477 113 47
Binary 10101101 11001 1111110 0 1010110 11011 100000 100111111 1001011 100111

Color Harmonies of #AD197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD197E

Black with #AD197E

Text Example


Text Example

White with #AD197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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