#A13884

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

Shades of Medium Red Violet #A13884

Tints of Medium Red Violet #A13884

Color information

#A13884 (or 0xA13884) is unknown color: approx Medium Red Violet. HEX triplet: A1, 38 and 84. RGB value is (161,56,132). Sum of RGB (Red+Green+Blue) = 161+56+132=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A13884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13884 is #5EC77B. Grayscale: #5F5F5F. Windows color (decimal): -6211452 or 8665249. OLE color: 8665249.

HSL color Cylindrical-coordinate representation of color #A13884: hue angle of 316.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A13884 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16156132-
CMYK00.650.180.37
HSL316.57º48.39%42.55%-
HSV(B)316.57º65.22%63.14%-
XYZ20.2812.0723.09-
YUV96.06148.29174.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=46.13%
G=16.05%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615613200.650.180.37316.5748.3942.55
HexA13884041122513d302b
Octal24170204010122454756053
Binary10100001111000100001000100000110010100101100111101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13884; }

 p { color: rgb(161,56,132); }

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

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

 a { background-color: rgb(161,56,132); }

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

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

 span { border-color: rgb(161,56,132); }

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