#A0459E

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

Shades of Violet Blue #A0459E

Tints of Violet Blue #A0459E

Color information

#A0459E (or 0xA0459E) is unknown color: approx Violet Blue. HEX triplet: A0, 45 and 9E. RGB value is (160,69,158). Sum of RGB (Red+Green+Blue) = 160+69+158=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0459E is #5FBA61. Grayscale: #6A6A6A. Windows color (decimal): -6273634 or 10372512. OLE color: 10372512.

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

Color convert

RGB16069158-
CMYK00.570.010.37
HSL301.32º39.74%44.9%-
HSV(B)301.32º56.88%62.75%-
XYZ22.814.233.89-
YUV106.35157.15166.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 69 (27.34% from 255) = 17.83%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=41.34%
G=17.83%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606915800.570.010.37301.3239.7444.9
HexA0459E03912512d282d
Octal2401052360711454555055
Binary1010000010001011001111001110011100101100101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0459E; }

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

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

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

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

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

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

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

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