#A1327F

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

Shades of Medium Red Violet #A1327F

Tints of Medium Red Violet #A1327F

Color information

#A1327F (or 0xA1327F) is unknown color: approx Medium Red Violet. HEX triplet: A1, 32 and 7F. RGB value is (161,50,127). Sum of RGB (Red+Green+Blue) = 161+50+127=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1327F is #5ECD80. Grayscale: #5B5B5B. Windows color (decimal): -6212993 or 8336033. OLE color: 8336033.

HSL color Cylindrical-coordinate representation of color #A1327F: hue angle of 318.38º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1327F is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16150127-
CMYK00.690.210.37
HSL318.38º52.61%41.37%-
HSV(B)318.38º68.94%63.14%-
XYZ19.6711.3921.24-
YUV91.97147.77177.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 127 (50% from 255) = 37.57%
R=47.63%
G=14.79%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615012700.690.210.37318.3852.6141.37
HexA1327F045152513e3529
Octal24162177010525454766551
Binary1010000111001011111110100010110101100101100111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1327F; }

 p { color: rgb(161,50,127); }

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

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

 a { background-color: rgb(161,50,127); }

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

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

 span { border-color: rgb(161,50,127); }

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