#A13490

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

Shades of Medium Red Violet #A13490

Tints of Medium Red Violet #A13490

Color information

#A13490 (or 0xA13490) is unknown color: approx Medium Red Violet. HEX triplet: A1, 34 and 90. RGB value is (161,52,144). Sum of RGB (Red+Green+Blue) = 161+52+144=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A13490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13490 is #5ECB6F. Grayscale: #5E5E5E. Windows color (decimal): -6212464 or 9450657. OLE color: 9450657.

HSL color Cylindrical-coordinate representation of color #A13490: hue angle of 309.36º degrees, saturation: 0.51, 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 #A13490 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16152144-
CMYK00.680.110.37
HSL309.36º51.17%41.76%-
HSV(B)309.36º67.7%63.14%-
XYZ20.9612.0527.61-
YUV95.08155.61175.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=45.10%
G=14.57%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615214400.680.110.37309.3651.1741.76
HexA13490044B25135332a
Octal24164220010413454656352
Binary1010000111010010010000010001001011100101100110101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13490; }

 p { color: rgb(161,52,144); }

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

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

 a { background-color: rgb(161,52,144); }

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

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

 span { border-color: rgb(161,52,144); }

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