#A13680

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

Shades of Medium Red Violet #A13680

Tints of Medium Red Violet #A13680

Color information

#A13680 (or 0xA13680) is unknown color: approx Medium Red Violet. HEX triplet: A1, 36 and 80. RGB value is (161,54,128). Sum of RGB (Red+Green+Blue) = 161+54+128=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A13680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13680 is #5EC97F. Grayscale: #5E5E5E. Windows color (decimal): -6211968 or 8402593. OLE color: 8402593.

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

Color convert

RGB16154128-
CMYK00.660.200.37
HSL318.5º49.77%42.16%-
HSV(B)318.5º66.46%63.14%-
XYZ19.9111.7721.65-
YUV94.43146.95175.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=46.94%
G=15.74%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615412800.660.200.37318.549.7742.16
HexA13680042142513f322a
Octal24166200010224454776252
Binary10100001110110100000000100001010100100101100111111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13680; }

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

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

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

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

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

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

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

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