#AD3A78

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

Shades of Medium Red Violet #AD3A78

Tints of Medium Red Violet #AD3A78

Color information

#AD3A78 (or 0xAD3A78) is unknown color: approx Medium Red Violet. HEX triplet: AD, 3A and 78. RGB value is (173,58,120). Sum of RGB (Red+Green+Blue) = 173+58+120=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3A78 is #52C587. Grayscale: #636363. Windows color (decimal): -5424520 or 7879341. OLE color: 7879341.

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

Color convert

RGB17358120-
CMYK00.660.310.32
HSL327.65º49.78%45.29%-
HSV(B)327.65º66.47%67.84%-
XYZ22.1413.2719.16-
YUV99.45139.6180.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.29%
GREEN value IS 58 (23.05% from 255) = 16.52%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=49.29%
G=16.52%
B=34.19%

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
Decimal1735812000.660.310.32327.6549.7845.29
HexAD3A780421F20148322d
Octal25572170010237405106255
Binary1010110111101011110000100001011111100000101001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3A78; }

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

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

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

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

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

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

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

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