Html Css Color HEX #AD1797 Medium Violet Red

📋 copy color: '#AD1797'

red 173 ◦ green 23 ◦ blue 151

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

Shades of Medium Violet Red #AD1797

Tints of Medium Violet Red #AD1797

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.63%

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 49.86%
G = 6.63%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD1797 (or 0xAD1797) is known color: Medium Violet Red. HEX triplet: AD, 17 and 97. RGB value is (173,23,151). Sum of RGB (Red+Green+Blue) = 173+23+151=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1797 is #52E868. Grayscale: #525252. Windows color (decimal): -5433449 or 9901997. OLE color: 9901997.

HSL color Cylindrical-coordinate representation of color #AD1797: hue angle of 308.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1797 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 151 -
CMYK 0 0.87 0.13 0.32
HSL 308.8º 0.77% 0.38% -
HSV(B) 308.8º 0.87% 0.68% -
XYZ 23.13 11.73 30.32 -
YUV 82.44 166.7 192.59 -
System Red Green Blue C M Y K H S L
Decimal 173 23 151 0 0.87 0.13 0.32 308.8 0.77 0.38
Hex AD 17 97 0 57 D 20 135 4D 26
Octal 255 27 227 0 127 15 40 465 115 46
Binary 10101101 10111 10010111 0 1010111 1101 100000 100110101 1001101 100110

Color Harmonies of #AD1797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1797

Black with #AD1797

Text Example


Text Example

White with #AD1797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1797; }

 p { color: rgb(173,23,151); }

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

background-color css

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

 a { background-color: rgb(173,23,151); }

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

border-color css

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

 span { border-color: rgb(173,23,151); }

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