#AD1E7A

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

Shades of Medium Red Violet #AD1E7A

Tints of Medium Red Violet #AD1E7A

Color information

#AD1E7A (or 0xAD1E7A) is unknown color: approx Medium Red Violet. HEX triplet: AD, 1E and 7A. RGB value is (173,30,122). Sum of RGB (Red+Green+Blue) = 173+30+122=325 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.23% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1E7A is #52E185. Grayscale: #535353. Windows color (decimal): -5431686 or 8003245. OLE color: 8003245.

HSL color Cylindrical-coordinate representation of color #AD1E7A: hue angle of 321.4º 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 #AD1E7A is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17330122-
CMYK00.830.290.32
HSL321.4º70.44%39.8%-
HSV(B)321.4º82.66%67.84%-
XYZ21.2111.2219.46-
YUV83.24149.88192.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.23%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=53.23%
G=9.23%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733012200.830.290.32321.470.4439.8
HexAD1E7A0531D201414628
Octal255361720123354050110650
Binary1010110111110111101001010011111011000001010000011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1E7A; }

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

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

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

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

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

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

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

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