#A15DA1

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

Shades of Violet Blue #A15DA1

Tints of Violet Blue #A15DA1

Color information

#A15DA1 (or 0xA15DA1) is unknown color: approx Violet Blue. HEX triplet: A1, 5D and A1. RGB value is (161,93,161). Sum of RGB (Red+Green+Blue) = 161+93+161=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A15DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DA1 is #5EA25E. Grayscale: #787878. Windows color (decimal): -6201951 or 10575265. OLE color: 10575265.

HSL color Cylindrical-coordinate representation of color #A15DA1: hue angle of 300º degrees, saturation: 0.27, 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 #A15DA1 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16193161-
CMYK00.4200.37
HSL300º26.77%49.8%-
HSV(B)300º42.24%63.14%-
XYZ25.0517.9835.87-
YUV121.08150.53156.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.80%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 161 (63.28% from 255) = 38.80%
R=38.80%
G=22.41%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619316100.4200.3730026.7749.8
HexA15DA102A02512c1b32
Octal2411352410520454543362
Binary101000011011101101000010101010010010110010110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15DA1; }

 p { color: rgb(161,93,161); }

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

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

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

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

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

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

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