#A13880

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

Shades of Medium Red Violet #A13880

Tints of Medium Red Violet #A13880

Color information

#A13880 (or 0xA13880) is unknown color: approx Medium Red Violet. HEX triplet: A1, 38 and 80. RGB value is (161,56,128). Sum of RGB (Red+Green+Blue) = 161+56+128=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A13880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13880 is #5EC77F. Grayscale: #5F5F5F. Windows color (decimal): -6211456 or 8403105. OLE color: 8403105.

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

Color convert

RGB16156128-
CMYK00.650.200.37
HSL318.86º48.39%42.55%-
HSV(B)318.86º65.22%63.14%-
XYZ20.0111.9621.68-
YUV95.6146.29174.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=46.67%
G=16.23%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615612800.650.200.37318.8648.3942.55
HexA13880041142513f302b
Octal24170200010124454776053
Binary10100001111000100000000100000110100100101100111111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13880; }

 p { color: rgb(161,56,128); }

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

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

 a { background-color: rgb(161,56,128); }

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

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

 span { border-color: rgb(161,56,128); }

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