#A1358B

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

Shades of Medium Red Violet #A1358B

Tints of Medium Red Violet #A1358B

Color information

#A1358B (or 0xA1358B) is unknown color: approx Medium Red Violet. HEX triplet: A1, 35 and 8B. RGB value is (161,53,139). Sum of RGB (Red+Green+Blue) = 161+53+139=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1358B is #5ECA74. Grayscale: #5E5E5E. Windows color (decimal): -6212213 or 9123233. OLE color: 9123233.

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

Color convert

RGB16153139-
CMYK00.670.140.37
HSL312.22º50.47%41.96%-
HSV(B)312.22º67.08%63.14%-
XYZ20.6311.9925.65-
YUV95.1152.78175.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 53 (21.09% from 255) = 15.01%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=45.61%
G=15.01%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615313900.670.140.37312.2250.4741.96
HexA1358B043E25138322a
Octal24165213010316454706252
Binary1010000111010110001011010000111110100101100111000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1358B; }

 p { color: rgb(161,53,139); }

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

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

 a { background-color: rgb(161,53,139); }

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

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

 span { border-color: rgb(161,53,139); }

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