#AD2E71

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

Shades of Medium Red Violet #AD2E71

Tints of Medium Red Violet #AD2E71

Color information

#AD2E71 (or 0xAD2E71) is unknown color: approx Medium Red Violet. HEX triplet: AD, 2E and 71. RGB value is (173,46,113). Sum of RGB (Red+Green+Blue) = 173+46+113=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2E71 is #52D18E. Grayscale: #5B5B5B. Windows color (decimal): -5427599 or 7417517. OLE color: 7417517.

HSL color Cylindrical-coordinate representation of color #AD2E71: hue angle of 328.35º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2E71 is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17346113-
CMYK00.730.350.32
HSL328.35º57.99%42.94%-
HSV(B)328.35º73.41%67.84%-
XYZ21.1912.0316.83-
YUV91.61140.08186.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.11%
GREEN value IS 46 (18.36% from 255) = 13.86%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=52.11%
G=13.86%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1734611300.730.350.32328.3557.9942.94
HexAD2E7104923201483a2b
Octal25556161011143405107253
Binary10101101101110111000101001001100011100000101001000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2E71; }

 p { color: rgb(173,46,113); }

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

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

 a { background-color: rgb(173,46,113); }

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

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

 span { border-color: rgb(173,46,113); }

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