#A0329E

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

Shades of Vivid Violet #A0329E

Tints of Vivid Violet #A0329E

Color information

#A0329E (or 0xA0329E) is unknown color: approx Vivid Violet. HEX triplet: A0, 32 and 9E. RGB value is (160,50,158). Sum of RGB (Red+Green+Blue) = 160+50+158=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0329E is #5FCD61. Grayscale: #5E5E5E. Windows color (decimal): -6278498 or 10367648. OLE color: 10367648.

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

Color convert

RGB16050158-
CMYK00.690.010.37
HSL301.09º52.38%41.18%-
HSV(B)301.09º68.75%62.75%-
XYZ21.8112.2233.56-
YUV95.2163.44174.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 50 (19.92% from 255) = 13.59%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=43.48%
G=13.59%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605015800.690.010.37301.0952.3841.18
HexA0329E04512512d3429
Octal2406223601051454556451
Binary1010000011001010011110010001011100101100101101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0329E; }

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

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

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

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

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

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

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

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