#AD1D78

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

Shades of Medium Red Violet #AD1D78

Tints of Medium Red Violet #AD1D78

Color information

#AD1D78 (or 0xAD1D78) is unknown color: approx Medium Red Violet. HEX triplet: AD, 1D and 78. RGB value is (173,29,120). Sum of RGB (Red+Green+Blue) = 173+29+120=322 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.73% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 120 (47.27% from 255 or 37.27% from 322); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1D78 is #52E287. Grayscale: #525252. Windows color (decimal): -5431944 or 7871917. OLE color: 7871917.

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

Color convert

RGB17329120-
CMYK00.830.310.32
HSL322.08º71.29%39.61%-
HSV(B)322.08º83.24%67.84%-
XYZ21.0611.1218.81-
YUV82.43149.21192.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.73%
GREEN value IS 29 (11.72% from 255) = 9.01%
BLUE value IS 120 (47.27% from 255) = 37.27%
R=53.73%
G=9.01%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1732912000.830.310.32322.0871.2939.61
HexAD1D780531F201424728
Octal255351700123374050210750
Binary1010110111101111100001010011111111000001010000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1D78; }

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

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

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

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

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

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

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

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