#A1338F

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

Shades of Medium Red Violet #A1338F

Tints of Medium Red Violet #A1338F

Color information

#A1338F (or 0xA1338F) is unknown color: approx Medium Red Violet. HEX triplet: A1, 33 and 8F. RGB value is (161,51,143). Sum of RGB (Red+Green+Blue) = 161+51+143=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1338F is #5ECC70. Grayscale: #5E5E5E. Windows color (decimal): -6212721 or 9384865. OLE color: 9384865.

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

Color convert

RGB16151143-
CMYK00.680.110.37
HSL309.82º51.89%41.57%-
HSV(B)309.82º68.32%63.14%-
XYZ20.8411.9327.19-
YUV94.38155.44175.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 51 (20.31% from 255) = 14.37%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=45.35%
G=14.37%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615114300.680.110.37309.8251.8941.57
HexA1338F044B25136342a
Octal24163217010413454666452
Binary1010000111001110001111010001001011100101100110110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1338F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1338F; }

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

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

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

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

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

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

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

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