#A13E88

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

Shades of Medium Red Violet #A13E88

Tints of Medium Red Violet #A13E88

Color information

#A13E88 (or 0xA13E88) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3E and 88. RGB value is (161,62,136). Sum of RGB (Red+Green+Blue) = 161+62+136=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13E88 is #5EC177. Grayscale: #636363. Windows color (decimal): -6209912 or 8928929. OLE color: 8928929.

HSL color Cylindrical-coordinate representation of color #A13E88: hue angle of 315.15º 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 #A13E88 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16162136-
CMYK00.610.160.37
HSL315.15º44.39%43.73%-
HSV(B)315.15º61.49%63.14%-
XYZ20.8612.824.66-
YUV100.04148.3171.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=44.85%
G=17.27%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616213600.610.160.37315.1544.3943.73
HexA13E8803D102513b2c2c
Octal2417621007520454735454
Binary1010000111111010001000011110110000100101100111011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E88; }

 p { color: rgb(161,62,136); }

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

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

 a { background-color: rgb(161,62,136); }

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

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

 span { border-color: rgb(161,62,136); }

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