#A3329C

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

Shades of Vivid Violet #A3329C

Tints of Vivid Violet #A3329C

Color information

#A3329C (or 0xA3329C) is unknown color: approx Vivid Violet. HEX triplet: A3, 32 and 9C. RGB value is (163,50,156). Sum of RGB (Red+Green+Blue) = 163+50+156=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3329C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3329C is #5CCD63. Grayscale: #5F5F5F. Windows color (decimal): -6081892 or 10236579. OLE color: 10236579.

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

Color convert

RGB16350156-
CMYK00.690.040.36
HSL303.72º53.05%41.76%-
HSV(B)303.72º69.33%63.92%-
XYZ22.2512.4732.69-
YUV95.87161.94175.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 50 (19.92% from 255) = 13.55%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=44.17%
G=13.55%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635015600.690.040.36303.7253.0541.76
HexA3329C045424130352a
Octal2436223401054444606552
Binary101000111100101001110001000101100100100100110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3329C; }

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

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

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

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

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

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

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

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