#AD3B78

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

Shades of Medium Red Violet #AD3B78

Tints of Medium Red Violet #AD3B78

Color information

#AD3B78 (or 0xAD3B78) is unknown color: approx Medium Red Violet. HEX triplet: AD, 3B and 78. RGB value is (173,59,120). Sum of RGB (Red+Green+Blue) = 173+59+120=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3B78 is #52C487. Grayscale: #636363. Windows color (decimal): -5424264 or 7879597. OLE color: 7879597.

HSL color Cylindrical-coordinate representation of color #AD3B78: hue angle of 327.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3B78 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB17359120-
CMYK00.660.310.32
HSL327.89º49.14%45.49%-
HSV(B)327.89º65.9%67.84%-
XYZ22.1913.3719.18-
YUV100.04139.27180.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=49.15%
G=16.76%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735912000.660.310.32327.8949.1445.49
HexAD3B780421F20148312d
Octal25573170010237405106155
Binary1010110111101111110000100001011111100000101001000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3B78; }

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

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

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

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

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

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

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

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