#A13396

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

Shades of Medium Red Violet #A13396

Tints of Medium Red Violet #A13396

Color information

#A13396 (or 0xA13396) is unknown color: approx Medium Red Violet. HEX triplet: A1, 33 and 96. RGB value is (161,51,150). Sum of RGB (Red+Green+Blue) = 161+51+150=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A13396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13396 is #5ECC69. Grayscale: #5E5E5E. Windows color (decimal): -6212714 or 9843617. OLE color: 9843617.

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

Color convert

RGB16151150-
CMYK00.680.070.37
HSL306º51.89%41.57%-
HSV(B)306º68.32%63.14%-
XYZ21.3912.1530.07-
YUV95.18158.94174.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=44.48%
G=14.09%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615115000.680.070.3730651.8941.57
HexA13396044725132342a
Octal2416322601047454626452
Binary101000011100111001011001000100111100101100110010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13396; }

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

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

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

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

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

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

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

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