#A0439A

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

Shades of Violet Blue #A0439A

Tints of Violet Blue #A0439A

Color information

#A0439A (or 0xA0439A) is unknown color: approx Violet Blue. HEX triplet: A0, 43 and 9A. RGB value is (160,67,154). Sum of RGB (Red+Green+Blue) = 160+67+154=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0439A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0439A is #5FBC65. Grayscale: #686868. Windows color (decimal): -6274150 or 10109856. OLE color: 10109856.

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

Color convert

RGB16067154-
CMYK00.580.040.37
HSL303.87º40.97%44.51%-
HSV(B)303.87º58.13%62.75%-
XYZ22.3413.8232.06-
YUV104.72155.81167.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 67 (26.56% from 255) = 17.59%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=41.99%
G=17.59%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606715400.580.040.37303.8740.9744.51
HexA0439A03A425130292d
Octal2401032320724454605155
Binary101000001000011100110100111010100100101100110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0439A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0439A; }

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

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

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

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

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

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

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

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