#A83F91

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

Shades of Medium Red Violet #A83F91

Tints of Medium Red Violet #A83F91

Color information

#A83F91 (or 0xA83F91) is unknown color: approx Medium Red Violet. HEX triplet: A8, 3F and 91. RGB value is (168,63,145). Sum of RGB (Red+Green+Blue) = 168+63+145=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83F91 is #57C06E. Grayscale: #676767. Windows color (decimal): -5750895 or 9519016. OLE color: 9519016.

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

Color convert

RGB16863145-
CMYK00.630.140.34
HSL313.14º45.45%45.29%-
HSV(B)313.14º62.5%65.88%-
XYZ23.0413.9228.26-
YUV103.74151.29173.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=44.68%
G=16.76%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686314500.630.140.34313.1445.4545.29
HexA83F9103FE221392d2d
Octal2507722107716424715555
Binary101010001111111001000101111111110100010100111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83F91; }

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

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

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

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

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

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

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

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