#A3288A

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

Shades of Medium Red Violet #A3288A

Tints of Medium Red Violet #A3288A

Color information

#A3288A (or 0xA3288A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 28 and 8A. RGB value is (163,40,138). Sum of RGB (Red+Green+Blue) = 163+40+138=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3288A is #5CD775. Grayscale: #575757. Windows color (decimal): -6084470 or 9054371. OLE color: 9054371.

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

Color convert

RGB16340138-
CMYK00.750.150.36
HSL312.2º60.59%39.8%-
HSV(B)312.2º75.46%63.92%-
XYZ20.4511.1425.12-
YUV87.95156.25181.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 40 (16.02% from 255) = 11.73%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=47.80%
G=11.73%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634013800.750.150.36312.260.5939.8
HexA3288A04BF241383d28
Octal24350212011317444707550
Binary1010001110100010001010010010111111100100100111000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3288A; }

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

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

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

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

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

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

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

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