#AD1D7E

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

Shades of Medium Red Violet #AD1D7E

Tints of Medium Red Violet #AD1D7E

Color information

#AD1D7E (or 0xAD1D7E) is unknown color: approx Medium Red Violet. HEX triplet: AD, 1D and 7E. RGB value is (173,29,126). Sum of RGB (Red+Green+Blue) = 173+29+126=328 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.74% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D7E is #52E281. Grayscale: #525252. Windows color (decimal): -5431938 or 8265133. OLE color: 8265133.

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

Color convert

RGB17329126-
CMYK00.830.270.32
HSL319.58º71.29%39.61%-
HSV(B)319.58º83.24%67.84%-
XYZ21.4411.2720.78-
YUV83.11152.21192.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 52.74%
GREEN value IS 29 (11.72% from 255) = 8.84%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=52.74%
G=8.84%
B=38.41%

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
Decimal1732912600.830.270.32319.5871.2939.61
HexAD1D7E0531B201404728
Octal255351760123334050010750
Binary1010110111101111111001010011110111000001010000001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1D7E; }

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

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

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

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

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

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

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

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