#A15EA0

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

Shades of Violet Blue #A15EA0

Tints of Violet Blue #A15EA0

Color information

#A15EA0 (or 0xA15EA0) is unknown color: approx Violet Blue. HEX triplet: A1, 5E and A0. RGB value is (161,94,160). Sum of RGB (Red+Green+Blue) = 161+94+160=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A15EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EA0 is #5EA15F. Grayscale: #797979. Windows color (decimal): -6201696 or 10509985. OLE color: 10509985.

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

Color convert

RGB16194160-
CMYK00.420.010.37
HSL300.9º26.27%50%-
HSV(B)300.9º41.61%63.14%-
XYZ25.0518.1235.44-
YUV121.56149.7156.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=38.80%
G=22.65%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619416000.420.010.37300.926.2750
HexA15EA002A12512d1a32
Octal2411362400521454553262
Binary101000011011110101000000101010110010110010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15EA0; }

 p { color: rgb(161,94,160); }

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

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

 a { background-color: rgb(161,94,160); }

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

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

 span { border-color: rgb(161,94,160); }

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