#A3288E

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

Shades of Medium Red Violet #A3288E

Tints of Medium Red Violet #A3288E

Color information

#A3288E (or 0xA3288E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 28 and 8E. RGB value is (163,40,142). Sum of RGB (Red+Green+Blue) = 163+40+142=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A3288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3288E is #5CD771. Grayscale: #585858. Windows color (decimal): -6084466 or 9316515. OLE color: 9316515.

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

Color convert

RGB16340142-
CMYK00.750.130.36
HSL310.24º60.59%39.8%-
HSV(B)310.24º75.46%63.92%-
XYZ20.7511.2626.67-
YUV88.4158.25181.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=47.25%
G=11.59%
B=41.16%

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
Decimal1634014200.750.130.36310.2460.5939.8
HexA3288E04BD241363d28
Octal24350216011315444667550
Binary1010001110100010001110010010111101100100100110110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3288E; }

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

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

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

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

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

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

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

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