#AD1FA0

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

Shades of Medium Red Violet #AD1FA0

Tints of Medium Red Violet #AD1FA0

Color information

#AD1FA0 (or 0xAD1FA0) is unknown color: approx Medium Red Violet. HEX triplet: AD, 1F and A0. RGB value is (173,31,160). Sum of RGB (Red+Green+Blue) = 173+31+160=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 160 (62.89% from 255 or 43.96% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1FA0 is #52E05F. Grayscale: #575757. Windows color (decimal): -5431392 or 10493869. OLE color: 10493869.

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

Color convert

RGB17331160-
CMYK00.820.080.32
HSL305.49º69.61%40%-
HSV(B)305.49º82.08%67.84%-
XYZ24.0712.434.38-
YUV88.16168.54188.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 31 (12.5% from 255) = 8.52%
BLUE value IS 160 (62.89% from 255) = 43.96%
R=47.53%
G=8.52%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1733116000.820.080.32305.4969.6140
HexAD1FA00528201314628
Octal255372400122104046110650
Binary1010110111111101000000101001010001000001001100011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1FA0; }

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

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

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

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

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

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

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

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