#AD119E

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

Shades of Medium Violet Red #AD119E

Tints of Medium Violet Red #AD119E

Color information

#AD119E (or 0xAD119E) is unknown color: approx Medium Violet Red. HEX triplet: AD, 11 and 9E. RGB value is (173,17,158). Sum of RGB (Red+Green+Blue) = 173+17+158=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD119E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD119E is #52EE61. Grayscale: #4F4F4F. Windows color (decimal): -5434978 or 10359213. OLE color: 10359213.

HSL color Cylindrical-coordinate representation of color #AD119E: hue angle of 305.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD119E is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB17317158-
CMYK00.900.090.32
HSL305.77º82.11%37.25%-
HSV(B)305.77º90.17%67.84%-
XYZ23.6111.7533.37-
YUV79.72172.18194.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.71%
GREEN value IS 17 (7.03% from 255) = 4.89%
BLUE value IS 158 (62.11% from 255) = 45.40%
R=49.71%
G=4.89%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731715800.900.090.32305.7782.1137.25
HexAD119E05A9201325225
Octal255212360132114046212245
Binary1010110110001100111100101101010011000001001100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD119E; }

 p { color: rgb(173,17,158); }

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

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

 a { background-color: rgb(173,17,158); }

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

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

 span { border-color: rgb(173,17,158); }

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