Html Css Color HEX #AD1D91 Medium Violet Red

📋 copy color: '#AD1D91'

red 173 ◦ green 29 ◦ blue 145

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

Shades of Medium Violet Red #AD1D91

Tints of Medium Violet Red #AD1D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 41.79%

R = 49.86%
G = 8.36%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD1D91 (or 0xAD1D91) is known color: Medium Violet Red. HEX triplet: AD, 1D and 91. RGB value is (173,29,145). Sum of RGB (Red+Green+Blue) = 173+29+145=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1D91 is #52E26E. Grayscale: #545454. Windows color (decimal): -5431919 or 9510317. OLE color: 9510317.

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

Color convert

RGB 173 29 145 -
CMYK 0 0.83 0.16 0.32
HSL 311.67º 0.71% 0.4% -
HSV(B) 311.67º 0.83% 0.68% -
XYZ 22.78 11.81 27.87 -
YUV 85.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 173 29 145 0 0.83 0.16 0.32 311.67 0.71 0.4
Hex AD 1D 91 0 53 10 20 138 47 28
Octal 255 35 221 0 123 20 40 470 107 50
Binary 10101101 11101 10010001 0 1010011 10000 100000 100111000 1000111 101000

Color Harmonies of #AD1D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1D91

Black with #AD1D91

Text Example


Text Example

White with #AD1D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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