#A3297A

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

Shades of Medium Red Violet #A3297A

Tints of Medium Red Violet #A3297A

Color information

#A3297A (or 0xA3297A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 7A. RGB value is (163,41,122). Sum of RGB (Red+Green+Blue) = 163+41+122=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3297A is #5CD685. Grayscale: #565656. Windows color (decimal): -6084230 or 8006051. OLE color: 8006051.

HSL color Cylindrical-coordinate representation of color #A3297A: hue angle of 320.16º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3297A is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16341122-
CMYK00.750.250.36
HSL320.16º59.8%40%-
HSV(B)320.16º74.85%63.92%-
XYZ19.4110.7819.47-
YUV86.71147.92182.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=50%
G=12.58%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634112200.750.250.36320.1659.840
HexA3297A04B19241403c28
Octal24351172011331445007450
Binary1010001110100111110100100101111001100100101000000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3297A; }

 p { color: rgb(163,41,122); }

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

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

 a { background-color: rgb(163,41,122); }

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

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

 span { border-color: rgb(163,41,122); }

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