#AD1FA9

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

Shades of Medium Red Violet #AD1FA9

Tints of Medium Red Violet #AD1FA9

Color information

#AD1FA9 (or 0xAD1FA9) is unknown color: approx Medium Red Violet. HEX triplet: AD, 1F and A9. RGB value is (173,31,169). Sum of RGB (Red+Green+Blue) = 173+31+169=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FA9 is #52E056. Grayscale: #585858. Windows color (decimal): -5431383 or 11083693. OLE color: 11083693.

HSL color Cylindrical-coordinate representation of color #AD1FA9: hue angle of 301.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD1FA9 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB17331169-
CMYK00.820.020.32
HSL301.69º69.61%40%-
HSV(B)301.69º82.08%67.84%-
XYZ24.8912.7338.68-
YUV89.19173.04187.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.38%
GREEN value IS 31 (12.5% from 255) = 8.31%
BLUE value IS 169 (66.41% from 255) = 45.31%
R=46.38%
G=8.31%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733116900.820.020.32301.6969.6140
HexAD1FA905222012e4628
Octal25537251012224045610650
Binary10101101111111010100101010010101000001001011101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1FA9; }

 p { color: rgb(173,31,169); }

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

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

 a { background-color: rgb(173,31,169); }

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

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

 span { border-color: rgb(173,31,169); }

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