#A3298F

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

Shades of Medium Red Violet #A3298F

Tints of Medium Red Violet #A3298F

Color information

#A3298F (or 0xA3298F) is unknown color: approx Medium Red Violet. HEX triplet: A3, 29 and 8F. RGB value is (163,41,143). Sum of RGB (Red+Green+Blue) = 163+41+143=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A3298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3298F is #5CD670. Grayscale: #585858. Windows color (decimal): -6084209 or 9382307. OLE color: 9382307.

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

Color convert

RGB16341143-
CMYK00.750.120.36
HSL309.84º59.8%40%-
HSV(B)309.84º74.85%63.92%-
XYZ20.8611.3627.08-
YUV89.11158.42180.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=46.97%
G=11.82%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634114300.750.120.36309.8459.840
HexA3298F04BC241363c28
Octal24351217011314444667450
Binary1010001110100110001111010010111100100100100110110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3298F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3298F; }

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

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

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

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

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

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

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

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