#AD2096

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

Shades of Medium Red Violet #AD2096

Tints of Medium Red Violet #AD2096

Color information

#AD2096 (or 0xAD2096) is unknown color: approx Medium Red Violet. HEX triplet: AD, 20 and 96. RGB value is (173,32,150). Sum of RGB (Red+Green+Blue) = 173+32+150=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD2096 is #52DF69. Grayscale: #575757. Windows color (decimal): -5431146 or 9838765. OLE color: 9838765.

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

Color convert

RGB17332150-
CMYK00.820.130.32
HSL309.79º68.78%40.2%-
HSV(B)309.79º81.5%67.84%-
XYZ23.2612.1229.97-
YUV87.61163.21188.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.73%
GREEN value IS 32 (12.89% from 255) = 9.01%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=48.73%
G=9.01%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733215000.820.130.32309.7968.7840.2
HexAD2096052D201364528
Octal255402260122154046610550
Binary10101101100000100101100101001011011000001001101101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2096; }

 p { color: rgb(173,32,150); }

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

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

 a { background-color: rgb(173,32,150); }

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

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

 span { border-color: rgb(173,32,150); }

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