#A0339B

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

Shades of Vivid Violet #A0339B

Tints of Vivid Violet #A0339B

Color information

#A0339B (or 0xA0339B) is unknown color: approx Vivid Violet. HEX triplet: A0, 33 and 9B. RGB value is (160,51,155). Sum of RGB (Red+Green+Blue) = 160+51+155=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0339B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0339B is #5FCC64. Grayscale: #5F5F5F. Windows color (decimal): -6278245 or 10171296. OLE color: 10171296.

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

Color convert

RGB16051155-
CMYK00.680.030.37
HSL302.75º51.66%41.37%-
HSV(B)302.75º68.12%62.75%-
XYZ21.612.2132.23-
YUV95.45161.61174.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=43.72%
G=13.93%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605115500.680.030.37302.7551.6641.37
HexA0339B04432512f3429
Octal2406323301043454576451
Binary10100000110011100110110100010011100101100101111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0339B; }

 p { color: rgb(160,51,155); }

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

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

 a { background-color: rgb(160,51,155); }

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

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

 span { border-color: rgb(160,51,155); }

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