#AD418C

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

Shades of Medium Red Violet #AD418C

Tints of Medium Red Violet #AD418C

Color information

#AD418C (or 0xAD418C) is unknown color: approx Medium Red Violet. HEX triplet: AD, 41 and 8C. RGB value is (173,65,140). Sum of RGB (Red+Green+Blue) = 173+65+140=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD418C is #52BE73. Grayscale: #696969. Windows color (decimal): -5422708 or 9191853. OLE color: 9191853.

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

Color convert

RGB17365140-
CMYK00.620.190.32
HSL318.33º45.38%46.67%-
HSV(B)318.33º62.43%67.84%-
XYZ23.8614.5626.36-
YUV105.84147.28175.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.77%
GREEN value IS 65 (25.78% from 255) = 17.20%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=45.77%
G=17.20%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736514000.620.190.32318.3345.3846.67
HexAD418C03E132013e2d2f
Octal25510121407623404765557
Binary10101101100000110001100011111010011100000100111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD418C; }

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

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

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

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

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

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

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

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