#A1459E

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

Shades of Violet Blue #A1459E

Tints of Violet Blue #A1459E

Color information

#A1459E (or 0xA1459E) is unknown color: approx Violet Blue. HEX triplet: A1, 45 and 9E. RGB value is (161,69,158). Sum of RGB (Red+Green+Blue) = 161+69+158=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1459E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1459E is #5EBA61. Grayscale: #6A6A6A. Windows color (decimal): -6208098 or 10372513. OLE color: 10372513.

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

Color convert

RGB16169158-
CMYK00.570.020.37
HSL301.96º40%45.1%-
HSV(B)301.96º57.14%63.14%-
XYZ2314.333.9-
YUV106.65156.98166.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.49%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=41.49%
G=17.78%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616915800.570.020.37301.964045.1
HexA1459E03922512e282d
Octal2411052360712454565055
Binary10100001100010110011110011100110100101100101110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1459E; }

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

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

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

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

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

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

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

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