#AD0486

Color #AD0486 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #AD0486

Tints of Medium Violet Red #AD0486

Color information

#AD0486 (or 0xAD0486) is unknown color: approx Medium Violet Red. HEX triplet: AD, 04 and 86. RGB value is (173,4,134). Sum of RGB (Red+Green+Blue) = 173+4+134=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0486 is #52FB79. Grayscale: #454545. Windows color (decimal): -5438330 or 8783021. OLE color: 8783021.

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

Color convert

RGB1734134-
CMYK00.980.230.32
HSL313.85º95.48%34.71%-
HSV(B)313.85º97.69%67.84%-
XYZ21.5810.6923.48-
YUV69.35164.49201.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 55.63%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=55.63%
G=1.29%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173413400.980.230.32313.8595.4834.71
HexAD486062172013a5f23
Octal25542060142274047213743
Binary101011011001000011001100010101111000001001110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0486; }

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

 H1.HeaderClassName
 {
   color: #AD0486;
 }
 .AnyTagClassName
 {
   color: #AD0486;
 }
</style>
background-color css

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

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

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

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

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

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