Html Css Color HEX #AD1197 Medium Violet Red

📋 copy color: '#AD1197'

red 173 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #AD1197

Tints of Medium Violet Red #AD1197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

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

R = 50.73%
G = 4.99%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD1197 (or 0xAD1197) is known color: Medium Violet Red. HEX triplet: AD, 11 and 97. RGB value is (173,17,151). Sum of RGB (Red+Green+Blue) = 173+17+151=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1197 is #52EE68. Grayscale: #4E4E4E. Windows color (decimal): -5434985 or 9900461. OLE color: 9900461.

HSL color Cylindrical-coordinate representation of color #AD1197: hue angle of 308.46º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1197 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 151 -
CMYK 0 0.90 0.13 0.32
HSL 308.46º 0.82% 0.37% -
HSV(B) 308.46º 0.9% 0.68% -
XYZ 23.02 11.52 30.29 -
YUV 78.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 173 17 151 0 0.90 0.13 0.32 308.46 0.82 0.37
Hex AD 11 97 0 5A D 20 134 52 25
Octal 255 21 227 0 132 15 40 464 122 45
Binary 10101101 10001 10010111 0 1011010 1101 100000 100110100 1010010 100101

Color Harmonies of #AD1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1197

Black with #AD1197

Text Example


Text Example

White with #AD1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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