#A13F86

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

Shades of Medium Red Violet #A13F86

Tints of Medium Red Violet #A13F86

Color information

#A13F86 (or 0xA13F86) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3F and 86. RGB value is (161,63,134). Sum of RGB (Red+Green+Blue) = 161+63+134=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F86 is #5EC079. Grayscale: #646464. Windows color (decimal): -6209658 or 8798113. OLE color: 8798113.

HSL color Cylindrical-coordinate representation of color #A13F86: hue angle of 316.53º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A13F86 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16163134-
CMYK00.610.170.37
HSL316.53º43.75%43.92%-
HSV(B)316.53º60.87%63.14%-
XYZ20.7812.8523.94-
YUV100.4146.97171.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 63 (25% from 255) = 17.60%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=44.97%
G=17.60%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616313400.610.170.37316.5343.7543.92
HexA13F8603D112513d2c2c
Octal2417720607521454755454
Binary1010000111111110000110011110110001100101100111101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F86; }

 p { color: rgb(161,63,134); }

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

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

 a { background-color: rgb(161,63,134); }

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

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

 span { border-color: rgb(161,63,134); }

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