#A81F91

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

Shades of Medium Red Violet #A81F91

Tints of Medium Red Violet #A81F91

Color information

#A81F91 (or 0xA81F91) is unknown color: approx Medium Red Violet. HEX triplet: A8, 1F and 91. RGB value is (168,31,145). Sum of RGB (Red+Green+Blue) = 168+31+145=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81F91 is #57E06E. Grayscale: #545454. Windows color (decimal): -5759087 or 9510824. OLE color: 9510824.

HSL color Cylindrical-coordinate representation of color #A81F91: hue angle of 310.07º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F91 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB16831145-
CMYK00.820.140.34
HSL310.07º68.84%39.02%-
HSV(B)310.07º81.55%65.88%-
XYZ21.7511.3527.83-
YUV84.96161.89187.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 31 (12.5% from 255) = 9.01%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=48.84%
G=9.01%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683114500.820.140.34310.0768.8439.02
HexA81F91052E221364527
Octal250372210122164246610547
Binary1010100011111100100010101001011101000101001101101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81F91; }

 p { color: rgb(168,31,145); }

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

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

 a { background-color: rgb(168,31,145); }

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

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

 span { border-color: rgb(168,31,145); }

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