#AD0E92

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

Shades of Medium Violet Red #AD0E92

Tints of Medium Violet Red #AD0E92

Color information

#AD0E92 (or 0xAD0E92) is unknown color: approx Medium Violet Red. HEX triplet: AD, 0E and 92. RGB value is (173,14,146). Sum of RGB (Red+Green+Blue) = 173+14+146=333 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.95% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0E92 is #52F16D. Grayscale: #4C4C4C. Windows color (decimal): -5435758 or 9572013. OLE color: 9572013.

HSL color Cylindrical-coordinate representation of color #AD0E92: hue angle of 310.19º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0E92 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB17314146-
CMYK00.920.160.32
HSL310.19º85.03%36.67%-
HSV(B)310.19º91.91%67.84%-
XYZ22.5811.2728.18-
YUV76.59167.18196.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.95%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=51.95%
G=4.20%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731414600.920.160.32310.1985.0336.67
HexADE9205C10201365525
Octal255162220134204046612545
Binary1010110111101001001001011100100001000001001101101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0E92; }

 p { color: rgb(173,14,146); }

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

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

 a { background-color: rgb(173,14,146); }

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

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

 span { border-color: rgb(173,14,146); }

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