#A13280

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

Shades of Medium Red Violet #A13280

Tints of Medium Red Violet #A13280

Color information

#A13280 (or 0xA13280) is unknown color: approx Medium Red Violet. HEX triplet: A1, 32 and 80. RGB value is (161,50,128). Sum of RGB (Red+Green+Blue) = 161+50+128=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A13280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13280 is #5ECD7F. Grayscale: #5B5B5B. Windows color (decimal): -6212992 or 8401569. OLE color: 8401569.

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

Color convert

RGB16150128-
CMYK00.690.200.37
HSL317.84º52.61%41.37%-
HSV(B)317.84º68.94%63.14%-
XYZ19.7311.4221.59-
YUV92.08148.27177.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=47.49%
G=14.75%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615012800.690.200.37317.8452.6141.37
HexA13280045142513e3529
Octal24162200010524454766551
Binary10100001110010100000000100010110100100101100111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13280; }

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

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

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

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

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

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

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

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