#A0349F

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

Shades of Vivid Violet #A0349F

Tints of Vivid Violet #A0349F

Color information

#A0349F (or 0xA0349F) is unknown color: approx Vivid Violet. HEX triplet: A0, 34 and 9F. RGB value is (160,52,159). Sum of RGB (Red+Green+Blue) = 160+52+159=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0349F is #5FCB60. Grayscale: #606060. Windows color (decimal): -6277985 or 10433696. OLE color: 10433696.

HSL color Cylindrical-coordinate representation of color #A0349F: hue angle of 300.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0349F is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16052159-
CMYK00.680.010.37
HSL300.56º50.94%41.57%-
HSV(B)300.56º67.5%62.75%-
XYZ21.9812.4334.04-
YUV96.49163.28173.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 52 (20.70% from 255) = 14.02%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=43.13%
G=14.02%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605215900.680.010.37300.5650.9441.57
HexA0349F04412512d332a
Octal2406423701041454556352
Binary1010000011010010011111010001001100101100101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0349F; }

 p { color: rgb(160,52,159); }

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

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

 a { background-color: rgb(160,52,159); }

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

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

 span { border-color: rgb(160,52,159); }

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