#A0469E

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

Shades of Violet Blue #A0469E

Tints of Violet Blue #A0469E

Color information

#A0469E (or 0xA0469E) is unknown color: approx Violet Blue. HEX triplet: A0, 46 and 9E. RGB value is (160,70,158). Sum of RGB (Red+Green+Blue) = 160+70+158=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 160 - color contains mainly: red. Hex color #A0469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0469E is #5FB961. Grayscale: #6A6A6A. Windows color (decimal): -6273378 or 10372768. OLE color: 10372768.

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

Color convert

RGB16070158-
CMYK00.560.010.37
HSL301.33º39.13%45.1%-
HSV(B)301.33º56.25%62.75%-
XYZ22.8614.3233.91-
YUV106.94156.82165.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.24%
GREEN value IS 70 (27.73% from 255) = 18.04%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=41.24%
G=18.04%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607015800.560.010.37301.3339.1345.1
HexA0469E03812512d272d
Octal2401062360701454554755
Binary1010000010001101001111001110001100101100101101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0469E; }

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

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

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

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

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

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

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

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