#A1539E

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

Shades of Violet Blue #A1539E

Tints of Violet Blue #A1539E

Color information

#A1539E (or 0xA1539E) is unknown color: approx Violet Blue. HEX triplet: A1, 53 and 9E. RGB value is (161,83,158). Sum of RGB (Red+Green+Blue) = 161+83+158=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1539E is #5EAC61. Grayscale: #727272. Windows color (decimal): -6204514 or 10376097. OLE color: 10376097.

HSL color Cylindrical-coordinate representation of color #A1539E: hue angle of 302.31º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1539E is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB16183158-
CMYK00.480.020.37
HSL302.31º31.97%47.84%-
HSV(B)302.31º48.45%63.14%-
XYZ23.9616.2334.22-
YUV114.87152.34160.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=40.05%
G=20.65%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618315800.480.020.37302.3131.9747.84
HexA1539E03022512e2030
Octal2411232360602454564060
Binary10100001101001110011110011000010100101100101110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1539E; }

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

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

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

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

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

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

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

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