#A0319A

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

Shades of Vivid Violet #A0319A

Tints of Vivid Violet #A0319A

Color information

#A0319A (or 0xA0319A) is unknown color: approx Vivid Violet. HEX triplet: A0, 31 and 9A. RGB value is (160,49,154). Sum of RGB (Red+Green+Blue) = 160+49+154=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0319A is #5FCE65. Grayscale: #5D5D5D. Windows color (decimal): -6278758 or 10105248. OLE color: 10105248.

HSL color Cylindrical-coordinate representation of color #A0319A: hue angle of 303.24º degrees, saturation: 0.53, 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 #A0319A is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16049154-
CMYK00.690.040.37
HSL303.24º53.11%40.98%-
HSV(B)303.24º69.38%62.75%-
XYZ21.431231.76-
YUV94.16161.77174.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 49 (19.53% from 255) = 13.50%
BLUE value IS 154 (60.55% from 255) = 42.42%
R=44.08%
G=13.50%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1604915400.690.040.37303.2453.1140.98
HexA0319A04542512f3529
Octal2406123201054454576551
Binary101000001100011001101001000101100100101100101111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0319A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0319A; }

 p { color: rgb(160,49,154); }

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

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

 a { background-color: rgb(160,49,154); }

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

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

 span { border-color: rgb(160,49,154); }

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