Html Css Color HEX #AD1186 Medium Violet Red

📋 copy color: '#AD1186'

red 173 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #AD1186

Tints of Medium Violet Red #AD1186

RGB

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

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

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

R = 53.4%
G = 5.25%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD1186 (or 0xAD1186) is known color: Medium Violet Red. HEX triplet: AD, 11 and 86. RGB value is (173,17,134). Sum of RGB (Red+Green+Blue) = 173+17+134=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1186 is #52EE79. Grayscale: #4C4C4C. Windows color (decimal): -5435002 or 8786349. OLE color: 8786349.

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

Color convert

RGB 173 17 134 -
CMYK 0 0.90 0.23 0.32
HSL 315º 0.82% 0.37% -
HSV(B) 315º 0.9% 0.68% -
XYZ 21.74 11.01 23.53 -
YUV 76.98 160.18 196.49 -
System Red Green Blue C M Y K H S L
Decimal 173 17 134 0 0.90 0.23 0.32 315 0.82 0.37
Hex AD 11 86 0 5A 17 20 13B 52 25
Octal 255 21 206 0 132 27 40 473 122 45
Binary 10101101 10001 10000110 0 1011010 10111 100000 100111011 1010010 100101

Color Harmonies of #AD1186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1186

Black with #AD1186

Text Example


Text Example

White with #AD1186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1186; }

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

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

background-color css

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

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

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

border-color css

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

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

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