#AD1E7E

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

Shades of Medium Red Violet #AD1E7E

Tints of Medium Red Violet #AD1E7E

Color information

#AD1E7E (or 0xAD1E7E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 1E and 7E. RGB value is (173,30,126). Sum of RGB (Red+Green+Blue) = 173+30+126=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E7E is #52E181. Grayscale: #535353. Windows color (decimal): -5431682 or 8265389. OLE color: 8265389.

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

Color convert

RGB17330126-
CMYK00.830.270.32
HSL319.72º70.44%39.8%-
HSV(B)319.72º82.66%67.84%-
XYZ21.4611.3220.79-
YUV83.7151.88191.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.58%
GREEN value IS 30 (12.11% from 255) = 9.12%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=52.58%
G=9.12%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733012600.830.270.32319.7270.4439.8
HexAD1E7E0531B201404628
Octal255361760123334050010650
Binary1010110111110111111001010011110111000001010000001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E7E; }

 p { color: rgb(173,30,126); }

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

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

 a { background-color: rgb(173,30,126); }

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

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

 span { border-color: rgb(173,30,126); }

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