#A4339F

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

Shades of Vivid Violet #A4339F

Tints of Vivid Violet #A4339F

Color information

#A4339F (or 0xA4339F) is unknown color: approx Vivid Violet. HEX triplet: A4, 33 and 9F. RGB value is (164,51,159). Sum of RGB (Red+Green+Blue) = 164+51+159=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 164 - color contains mainly: red. Hex color #A4339F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4339F is #5BCC60. Grayscale: #606060. Windows color (decimal): -6016097 or 10433444. OLE color: 10433444.

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

Color convert

RGB16451159-
CMYK00.690.030.36
HSL302.65º52.56%42.16%-
HSV(B)302.65º68.9%64.31%-
XYZ22.7512.7634.07-
YUV97.1162.94175.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 51 (20.31% from 255) = 13.64%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=43.85%
G=13.64%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645115900.690.030.36302.6552.5642.16
HexA4339F04532412f352a
Octal2446323701053444576552
Binary10100100110011100111110100010111100100100101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4339F; }

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

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

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

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

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

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

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

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