Html Css Color HEX #AD1386 Medium Violet Red

📋 copy color: '#AD1386'

red 173 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #AD1386

Tints of Medium Violet Red #AD1386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 53.07%
G = 5.83%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1386 (or 0xAD1386) is known color: Medium Violet Red. HEX triplet: AD, 13 and 86. RGB value is (173,19,134). Sum of RGB (Red+Green+Blue) = 173+19+134=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1386 is #52EC79. Grayscale: #4D4D4D. Windows color (decimal): -5434490 or 8786861. OLE color: 8786861.

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

Color convert

RGB 173 19 134 -
CMYK 0 0.89 0.23 0.32
HSL 315.19º 0.8% 0.38% -
HSV(B) 315.19º 0.89% 0.68% -
XYZ 21.77 11.07 23.54 -
YUV 78.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 173 19 134 0 0.89 0.23 0.32 315.19 0.8 0.38
Hex AD 13 86 0 59 17 20 13B 50 26
Octal 255 23 206 0 131 27 40 473 120 46
Binary 10101101 10011 10000110 0 1011001 10111 100000 100111011 1010000 100110

Color Harmonies of #AD1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1386

Black with #AD1386

Text Example


Text Example

White with #AD1386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1386; }

 p { color: rgb(173,19,134); }

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

background-color css

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

 a { background-color: rgb(173,19,134); }

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

border-color css

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

 span { border-color: rgb(173,19,134); }

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