#A6327A

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

Shades of Medium Red Violet #A6327A

Tints of Medium Red Violet #A6327A

Color information

#A6327A (or 0xA6327A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 32 and 7A. RGB value is (166,50,122). Sum of RGB (Red+Green+Blue) = 166+50+122=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6327A is #59CD85. Grayscale: #5C5C5C. Windows color (decimal): -5885318 or 8008358. OLE color: 8008358.

HSL color Cylindrical-coordinate representation of color #A6327A: hue angle of 322.76º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6327A is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16650122-
CMYK00.700.270.35
HSL322.76º53.7%42.35%-
HSV(B)322.76º69.88%65.1%-
XYZ20.3811.7919.61-
YUV92.89144.43180.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.11%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=49.11%
G=14.79%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665012200.700.270.35322.7653.742.35
HexA6327A0461B23143362a
Octal24662172010633435036652
Binary1010011011001011110100100011011011100011101000011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6327A; }

 p { color: rgb(166,50,122); }

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

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

 a { background-color: rgb(166,50,122); }

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

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

 span { border-color: rgb(166,50,122); }

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