#AD1099

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

Shades of Medium Violet Red #AD1099

Tints of Medium Violet Red #AD1099

Color information

#AD1099 (or 0xAD1099) is unknown color: approx Medium Violet Red. HEX triplet: AD, 10 and 99. RGB value is (173,16,153). Sum of RGB (Red+Green+Blue) = 173+16+153=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1099 is #52EF66. Grayscale: #4E4E4E. Windows color (decimal): -5435239 or 10031277. OLE color: 10031277.

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

Color convert

RGB17316153-
CMYK00.910.120.32
HSL307.64º83.07%37.06%-
HSV(B)307.64º90.75%67.84%-
XYZ23.1711.5531.15-
YUV78.56170.01195.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 50.58%
GREEN value IS 16 (6.64% from 255) = 4.68%
BLUE value IS 153 (60.16% from 255) = 44.74%
R=50.58%
G=4.68%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731615300.910.120.32307.6483.0737.06
HexAD109905BC201345325
Octal255202310133144046412345
Binary1010110110000100110010101101111001000001001101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1099; }

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

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

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

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

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

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

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

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