#A4329F

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

Shades of Vivid Violet #A4329F

Tints of Vivid Violet #A4329F

Color information

#A4329F (or 0xA4329F) is unknown color: approx Vivid Violet. HEX triplet: A4, 32 and 9F. RGB value is (164,50,159). Sum of RGB (Red+Green+Blue) = 164+50+159=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A4329F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4329F is #5BCD60. Grayscale: #606060. Windows color (decimal): -6016353 or 10433188. OLE color: 10433188.

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

Color convert

RGB16450159-
CMYK00.700.030.36
HSL302.63º53.27%41.96%-
HSV(B)302.63º69.51%64.31%-
XYZ22.7112.6834.05-
YUV96.51163.27176.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=43.97%
G=13.40%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645015900.700.030.36302.6353.2741.96
HexA4329F04632412f352a
Octal2446223701063444576552
Binary10100100110010100111110100011011100100100101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4329F; }

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

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

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

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

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

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

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

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