Html Css Color HEX #AD0686 Medium Violet Red

📋 copy color: '#AD0686'

red 173 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #AD0686

Tints of Medium Violet Red #AD0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 55.27%
G = 1.92%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD0686 (or 0xAD0686) is known color: Medium Violet Red. HEX triplet: AD, 06 and 86. RGB value is (173,6,134). Sum of RGB (Red+Green+Blue) = 173+6+134=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0686 is #52F979. Grayscale: #464646. Windows color (decimal): -5437818 or 8783533. OLE color: 8783533.

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

Color convert

RGB 173 6 134 -
CMYK 0 0.97 0.23 0.32
HSL 314.01º 0.93% 0.35% -
HSV(B) 314.01º 0.97% 0.68% -
XYZ 21.6 10.74 23.49 -
YUV 70.53 163.83 201.09 -
System Red Green Blue C M Y K H S L
Decimal 173 6 134 0 0.97 0.23 0.32 314.01 0.93 0.35
Hex AD 6 86 0 61 17 20 13A 5D 23
Octal 255 6 206 0 141 27 40 472 135 43
Binary 10101101 110 10000110 0 1100001 10111 100000 100111010 1011101 100011

Color Harmonies of #AD0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0686

Black with #AD0686

Text Example


Text Example

White with #AD0686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0686; }

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

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

background-color css

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

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

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

border-color css

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

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

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