#AD2199

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

Shades of Medium Red Violet #AD2199

Tints of Medium Red Violet #AD2199

Color information

#AD2199 (or 0xAD2199) is unknown color: approx Medium Red Violet. HEX triplet: AD, 21 and 99. RGB value is (173,33,153). Sum of RGB (Red+Green+Blue) = 173+33+153=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2199 is #52DE66. Grayscale: #585858. Windows color (decimal): -5430887 or 10035629. OLE color: 10035629.

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

Color convert

RGB17333153-
CMYK00.810.120.32
HSL308.57º67.96%40.39%-
HSV(B)308.57º80.92%67.84%-
XYZ23.5312.2731.27-
YUV88.54164.38188.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 33 (13.28% from 255) = 9.19%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=48.19%
G=9.19%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733315300.810.120.32308.5767.9640.39
HexAD2199051C201354428
Octal255412310121144046510450
Binary10101101100001100110010101000111001000001001101011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2199; }

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

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

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

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

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

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

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

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