#AD0083

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

Shades of Medium Violet Red #AD0083

Tints of Medium Violet Red #AD0083

Color information

#AD0083 (or 0xAD0083) is unknown color: approx Medium Violet Red. HEX triplet: AD, 00 and 83. RGB value is (173,0,131). Sum of RGB (Red+Green+Blue) = 173+0+131=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0083 is #52FF7C. Grayscale: #424242. Windows color (decimal): -5439357 or 8585389. OLE color: 8585389.

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

Color convert

RGB1730131-
CMYK010.240.32
HSL314.57º100%33.92%-
HSV(B)314.57º100%67.84%-
XYZ21.3310.5222.38-
YUV66.66164.31203.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=56.91%
G=0%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1730131010.240.32314.5710033.92
HexAD083064182013b6422
Octal25502030144304047314442
Binary1010110101000001101100100110001000001001110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0083; }

 p { color: rgb(173,0,131); }

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

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

 a { background-color: rgb(173,0,131); }

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

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

 span { border-color: rgb(173,0,131); }

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