#A3298E

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

Shades of Medium Red Violet #A3298E

Tints of Medium Red Violet #A3298E

Color information

#A3298E (or 0xA3298E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 8E. RGB value is (163,41,142). Sum of RGB (Red+Green+Blue) = 163+41+142=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A3298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3298E is #5CD671. Grayscale: #585858. Windows color (decimal): -6084210 or 9316771. OLE color: 9316771.

HSL color Cylindrical-coordinate representation of color #A3298E: hue angle of 310.33º 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 #A3298E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16341142-
CMYK00.750.130.36
HSL310.33º59.8%40%-
HSV(B)310.33º74.85%63.92%-
XYZ20.7811.3326.68-
YUV88.99157.92180.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 41 (16.41% from 255) = 11.85%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=47.11%
G=11.85%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634114200.750.130.36310.3359.840
HexA3298E04BD241363c28
Octal24351216011315444667450
Binary1010001110100110001110010010111101100100100110110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3298E; }

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

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

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

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

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

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

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

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