Html Css Color HEX #AD0186 Medium Violet Red

📋 copy color: '#AD0186'

red 173 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #AD0186

Tints of Medium Violet Red #AD0186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 56.17%
G = 0.32%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD0186 (or 0xAD0186) is known color: Medium Violet Red. HEX triplet: AD, 01 and 86. RGB value is (173,1,134). Sum of RGB (Red+Green+Blue) = 173+1+134=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0186 is #52FE79. Grayscale: #434343. Windows color (decimal): -5439098 or 8782253. OLE color: 8782253.

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

Color convert

RGB 173 1 134 -
CMYK 0 0.99 0.23 0.32
HSL 313.6º 0.99% 0.34% -
HSV(B) 313.6º 0.99% 0.68% -
XYZ 21.55 10.63 23.47 -
YUV 67.59 165.48 203.19 -
System Red Green Blue C M Y K H S L
Decimal 173 1 134 0 0.99 0.23 0.32 313.6 0.99 0.34
Hex AD 1 86 0 63 17 20 13A 63 22
Octal 255 1 206 0 143 27 40 472 143 42
Binary 10101101 1 10000110 0 1100011 10111 100000 100111010 1100011 100010

Color Harmonies of #AD0186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0186

Black with #AD0186

Text Example


Text Example

White with #AD0186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0186; }

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

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

background-color css

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

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

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

border-color css

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

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

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