#A4329E

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

Shades of Vivid Violet #A4329E

Tints of Vivid Violet #A4329E

Color information

#A4329E (or 0xA4329E) is unknown color: approx Vivid Violet. HEX triplet: A4, 32 and 9E. RGB value is (164,50,158). Sum of RGB (Red+Green+Blue) = 164+50+158=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A4329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4329E is #5BCD61. Grayscale: #606060. Windows color (decimal): -6016354 or 10367652. OLE color: 10367652.

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

Color convert

RGB16450158-
CMYK00.700.040.36
HSL303.16º53.27%41.96%-
HSV(B)303.16º69.51%64.31%-
XYZ22.6212.6433.6-
YUV96.4162.77176.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 50 (19.92% from 255) = 13.44%
BLUE value IS 158 (62.11% from 255) = 42.47%
R=44.09%
G=13.44%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645015800.700.040.36303.1653.2741.96
HexA4329E04642412f352a
Octal2446223601064444576552
Binary101001001100101001111001000110100100100100101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4329E; }

 p { color: rgb(164,50,158); }

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

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

 a { background-color: rgb(164,50,158); }

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

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

 span { border-color: rgb(164,50,158); }

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