#A0349E

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

Shades of Vivid Violet #A0349E

Tints of Vivid Violet #A0349E

Color information

#A0349E (or 0xA0349E) is unknown color: approx Vivid Violet. HEX triplet: A0, 34 and 9E. RGB value is (160,52,158). Sum of RGB (Red+Green+Blue) = 160+52+158=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0349E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0349E is #5FCB61. Grayscale: #606060. Windows color (decimal): -6277986 or 10368160. OLE color: 10368160.

HSL color Cylindrical-coordinate representation of color #A0349E: hue angle of 301.11º 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 #A0349E is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16052158-
CMYK00.680.010.37
HSL301.11º50.94%41.57%-
HSV(B)301.11º67.5%62.75%-
XYZ21.912.433.59-
YUV96.38162.78173.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=43.24%
G=14.05%
B=42.70%

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
Decimal1605215800.680.010.37301.1150.9441.57
HexA0349E04412512d332a
Octal2406423601041454556352
Binary1010000011010010011110010001001100101100101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0349E; }

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

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

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

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

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

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

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

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