Html Css Color HEX #AD197D Medium Violet Red

📋 copy color: '#AD197D'

red 173 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #AD197D

Tints of Medium Violet Red #AD197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 53.56%
G = 7.74%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD197D (or 0xAD197D) is known color: Medium Violet Red. HEX triplet: AD, 19 and 7D. RGB value is (173,25,125). Sum of RGB (Red+Green+Blue) = 173+25+125=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD197D is #52E682. Grayscale: #505050. Windows color (decimal): -5432963 or 8198573. OLE color: 8198573.

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

Color convert

RGB 173 25 125 -
CMYK 0 0.86 0.28 0.32
HSL 319.46º 0.75% 0.39% -
HSV(B) 319.46º 0.86% 0.68% -
XYZ 21.28 11.06 20.42 -
YUV 80.65 153.03 193.87 -
System Red Green Blue C M Y K H S L
Decimal 173 25 125 0 0.86 0.28 0.32 319.46 0.75 0.39
Hex AD 19 7D 0 56 1C 20 13F 4B 27
Octal 255 31 175 0 126 34 40 477 113 47
Binary 10101101 11001 1111101 0 1010110 11100 100000 100111111 1001011 100111

Color Harmonies of #AD197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD197D

Black with #AD197D

Text Example


Text Example

White with #AD197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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