Html Css Color HEX #AD1D97 Medium Violet Red

📋 copy color: '#AD1D97'

red 173 ◦ green 29 ◦ blue 151

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

Shades of Medium Violet Red #AD1D97

Tints of Medium Violet Red #AD1D97

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 49.01%
G = 8.22%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD1D97 (or 0xAD1D97) is known color: Medium Violet Red. HEX triplet: AD, 1D and 97. RGB value is (173,29,151). Sum of RGB (Red+Green+Blue) = 173+29+151=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D97 is #52E268. Grayscale: #555555. Windows color (decimal): -5431913 or 9903533. OLE color: 9903533.

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

Color convert

RGB 173 29 151 -
CMYK 0 0.83 0.13 0.32
HSL 309.17º 0.71% 0.4% -
HSV(B) 309.17º 0.83% 0.68% -
XYZ 23.26 12 30.37 -
YUV 85.96 164.71 190.08 -
System Red Green Blue C M Y K H S L
Decimal 173 29 151 0 0.83 0.13 0.32 309.17 0.71 0.4
Hex AD 1D 97 0 53 D 20 135 47 28
Octal 255 35 227 0 123 15 40 465 107 50
Binary 10101101 11101 10010111 0 1010011 1101 100000 100110101 1000111 101000

Color Harmonies of #AD1D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D97

Black with #AD1D97

Text Example


Text Example

White with #AD1D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D97; }

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

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

background-color css

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

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

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

border-color css

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

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

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