#AD1199

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

Shades of Medium Violet Red #AD1199

Tints of Medium Violet Red #AD1199

Color information

#AD1199 (or 0xAD1199) is unknown color: approx Medium Violet Red. HEX triplet: AD, 11 and 99. RGB value is (173,17,153). Sum of RGB (Red+Green+Blue) = 173+17+153=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1199 is #52EE66. Grayscale: #4E4E4E. Windows color (decimal): -5434983 or 10031533. OLE color: 10031533.

HSL color Cylindrical-coordinate representation of color #AD1199: hue angle of 307.69º 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 #AD1199 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB17317153-
CMYK00.900.120.32
HSL307.69º82.11%37.25%-
HSV(B)307.69º90.17%67.84%-
XYZ23.1811.5931.15-
YUV79.15169.68194.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.44%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=50.44%
G=4.96%
B=44.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731715300.900.120.32307.6982.1137.25
HexAD119905AC201345225
Octal255212310132144046412245
Binary1010110110001100110010101101011001000001001101001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1199; }

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

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

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

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

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

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

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

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