#AD418F

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

Shades of Medium Red Violet #AD418F

Tints of Medium Red Violet #AD418F

Color information

#AD418F (or 0xAD418F) is unknown color: approx Medium Red Violet. HEX triplet: AD, 41 and 8F. RGB value is (173,65,143). Sum of RGB (Red+Green+Blue) = 173+65+143=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD418F is #52BE70. Grayscale: #696969. Windows color (decimal): -5422705 or 9388461. OLE color: 9388461.

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

Color convert

RGB17365143-
CMYK00.620.170.32
HSL316.67º45.38%46.67%-
HSV(B)316.67º62.43%67.84%-
XYZ24.0814.6527.54-
YUV106.18148.78175.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=45.41%
G=17.06%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736514300.620.170.32316.6745.3846.67
HexAD418F03E112013d2d2f
Octal25510121707621404755557
Binary10101101100000110001111011111010001100000100111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD418F; }

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

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

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

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

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

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

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

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