#A3329A

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

Shades of Medium Red Violet #A3329A

Tints of Medium Red Violet #A3329A

Color information

#A3329A (or 0xA3329A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 32 and 9A. RGB value is (163,50,154). Sum of RGB (Red+Green+Blue) = 163+50+154=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A3329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3329A is #5CCD65. Grayscale: #5F5F5F. Windows color (decimal): -6081894 or 10105507. OLE color: 10105507.

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

Color convert

RGB16350154-
CMYK00.690.060.36
HSL304.78º53.05%41.76%-
HSV(B)304.78º69.33%63.92%-
XYZ22.0812.431.8-
YUV95.64160.94176.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.41%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 154 (60.55% from 255) = 41.96%
R=44.41%
G=13.62%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635015400.690.060.36304.7853.0541.76
HexA3329A045624131352a
Octal2436223201056444616552
Binary101000111100101001101001000101110100100100110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3329A; }

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

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

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

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

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

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

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

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