#A13A88

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

Shades of Medium Red Violet #A13A88

Tints of Medium Red Violet #A13A88

Color information

#A13A88 (or 0xA13A88) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3A and 88. RGB value is (161,58,136). Sum of RGB (Red+Green+Blue) = 161+58+136=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13A88 is #5EC577. Grayscale: #616161. Windows color (decimal): -6210936 or 8927905. OLE color: 8927905.

HSL color Cylindrical-coordinate representation of color #A13A88: hue angle of 314.56º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A13A88 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB16158136-
CMYK00.640.160.37
HSL314.56º47.03%42.94%-
HSV(B)314.56º63.98%63.14%-
XYZ20.6512.3824.59-
YUV97.69149.62173.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=45.35%
G=16.34%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615813600.640.160.37314.5647.0342.94
HexA13A88040102513b2f2b
Octal24172210010020454735753
Binary10100001111010100010000100000010000100101100111011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13A88; }

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

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

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

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

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

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

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

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