#A13380

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

Shades of Medium Red Violet #A13380

Tints of Medium Red Violet #A13380

Color information

#A13380 (or 0xA13380) is unknown color: approx Medium Red Violet. HEX triplet: A1, 33 and 80. RGB value is (161,51,128). Sum of RGB (Red+Green+Blue) = 161+51+128=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A13380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13380 is #5ECC7F. Grayscale: #5C5C5C. Windows color (decimal): -6212736 or 8401825. OLE color: 8401825.

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

Color convert

RGB16151128-
CMYK00.680.200.37
HSL318º51.89%41.57%-
HSV(B)318º68.32%63.14%-
XYZ19.7811.521.6-
YUV92.67147.94176.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=47.35%
G=15%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615112800.680.200.3731851.8941.57
HexA13380044142513e342a
Octal24163200010424454766452
Binary10100001110011100000000100010010100100101100111110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13380; }

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

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

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

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

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

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

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

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