Html Css Color HEX #AD1586 Medium Violet Red

📋 copy color: '#AD1586'

red 173 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #AD1586

Tints of Medium Violet Red #AD1586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 52.74%
G = 6.4%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1586 (or 0xAD1586) is known color: Medium Violet Red. HEX triplet: AD, 15 and 86. RGB value is (173,21,134). Sum of RGB (Red+Green+Blue) = 173+21+134=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1586 is #52EA79. Grayscale: #4F4F4F. Windows color (decimal): -5433978 or 8787373. OLE color: 8787373.

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

Color convert

RGB 173 21 134 -
CMYK 0 0.88 0.23 0.32
HSL 315.39º 0.78% 0.38% -
HSV(B) 315.39º 0.88% 0.68% -
XYZ 21.8 11.14 23.56 -
YUV 79.33 158.86 194.81 -
System Red Green Blue C M Y K H S L
Decimal 173 21 134 0 0.88 0.23 0.32 315.39 0.78 0.38
Hex AD 15 86 0 58 17 20 13B 4E 26
Octal 255 25 206 0 130 27 40 473 116 46
Binary 10101101 10101 10000110 0 1011000 10111 100000 100111011 1001110 100110

Color Harmonies of #AD1586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1586

Black with #AD1586

Text Example


Text Example

White with #AD1586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1586; }

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

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

background-color css

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

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

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

border-color css

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

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

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