#AD478C

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

Shades of Medium Red Violet #AD478C

Tints of Medium Red Violet #AD478C

Color information

#AD478C (or 0xAD478C) is unknown color: approx Medium Red Violet. HEX triplet: AD, 47 and 8C. RGB value is (173,71,140). Sum of RGB (Red+Green+Blue) = 173+71+140=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD478C is #52B873. Grayscale: #6D6D6D. Windows color (decimal): -5421172 or 9193389. OLE color: 9193389.

HSL color Cylindrical-coordinate representation of color #AD478C: hue angle of 319.41º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD478C is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17371140-
CMYK00.590.190.32
HSL319.41º41.8%47.84%-
HSV(B)319.41º58.96%67.84%-
XYZ24.2215.2826.48-
YUV109.36145.29173.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=45.05%
G=18.49%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737114000.590.190.32319.4141.847.84
HexAD478C03B132013f2a30
Octal25510721407323404775260
Binary10101101100011110001100011101110011100000100111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD478C; }

 p { color: rgb(173,71,140); }

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

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

 a { background-color: rgb(173,71,140); }

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

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

 span { border-color: rgb(173,71,140); }

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