#A1338D

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

Shades of Medium Red Violet #A1338D

Tints of Medium Red Violet #A1338D

Color information

#A1338D (or 0xA1338D) is unknown color: approx Medium Red Violet. HEX triplet: A1, 33 and 8D. RGB value is (161,51,141). Sum of RGB (Red+Green+Blue) = 161+51+141=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1338D is #5ECC72. Grayscale: #5D5D5D. Windows color (decimal): -6212723 or 9253793. OLE color: 9253793.

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

Color convert

RGB16151141-
CMYK00.680.120.37
HSL310.91º51.89%41.57%-
HSV(B)310.91º68.32%63.14%-
XYZ20.6911.8726.4-
YUV94.15154.44175.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=45.61%
G=14.45%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615114100.680.120.37310.9151.8941.57
HexA1338D044C25137342a
Octal24163215010414454676452
Binary1010000111001110001101010001001100100101100110111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1338D; }

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

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

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

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

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

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

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

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