#A13682

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

Shades of Medium Red Violet #A13682

Tints of Medium Red Violet #A13682

Color information

#A13682 (or 0xA13682) is unknown color: approx Medium Red Violet. HEX triplet: A1, 36 and 82. RGB value is (161,54,130). Sum of RGB (Red+Green+Blue) = 161+54+130=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A13682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13682 is #5EC97D. Grayscale: #5E5E5E. Windows color (decimal): -6211966 or 8533665. OLE color: 8533665.

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

Color convert

RGB16154130-
CMYK00.660.190.37
HSL317.38º49.77%42.16%-
HSV(B)317.38º66.46%63.14%-
XYZ20.0511.8322.35-
YUV94.66147.95175.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 54 (21.48% from 255) = 15.65%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=46.67%
G=15.65%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615413000.660.190.37317.3849.7742.16
HexA13682042132513d322a
Octal24166202010223454756252
Binary10100001110110100000100100001010011100101100111101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13682; }

 p { color: rgb(161,54,130); }

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

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

 a { background-color: rgb(161,54,130); }

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

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

 span { border-color: rgb(161,54,130); }

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