#A3328D

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

Shades of Medium Red Violet #A3328D

Tints of Medium Red Violet #A3328D

Color information

#A3328D (or 0xA3328D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 32 and 8D. RGB value is (163,50,141). Sum of RGB (Red+Green+Blue) = 163+50+141=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 163 - color contains mainly: red. Hex color #A3328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3328D is #5CCD72. Grayscale: #5D5D5D. Windows color (decimal): -6081907 or 9253539. OLE color: 9253539.

HSL color Cylindrical-coordinate representation of color #A3328D: hue angle of 311.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3328D is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16350141-
CMYK00.690.130.36
HSL311.68º53.05%41.76%-
HSV(B)311.68º69.33%63.92%-
XYZ21.0511.9926.4-
YUV94.16154.44177.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.05%
GREEN value IS 50 (19.92% from 255) = 14.12%
BLUE value IS 141 (55.47% from 255) = 39.83%
R=46.05%
G=14.12%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635014100.690.130.36311.6853.0541.76
HexA3328D045D24138352a
Octal24362215010515444706552
Binary1010001111001010001101010001011101100100100111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3328D; }

 p { color: rgb(163,50,141); }

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

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

 a { background-color: rgb(163,50,141); }

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

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

 span { border-color: rgb(163,50,141); }

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