Shades of Violet Blue #A15FA1
Tints of Violet Blue #A15FA1
RGB
CMYK
RGB Variations
Color information
#A15FA1 (or 0xA15FA1) is known color: Violet Blue. HEX triplet: A1, 5F and A1. RGB value is (161,95,161). Sum of RGB (Red+Green+Blue) = 161+95+161=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A15FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FA1 is #5EA05E. Grayscale: #7A7A7A. Windows color (decimal): -6201439 or 10575777. OLE color: 10575777.
HSL color Cylindrical-coordinate representation of color #A15FA1: hue angle of 300º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A15FA1 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 161 | - |
| CMYK | 0 | 0.41 | 0 | 0.37 |
| HSL | 300º | 0.26% | 0.5% | - |
| HSV(B) | 300º | 0.41% | 0.63% | - |
| XYZ | 25.22 | 18.33 | 35.93 | - |
| YUV | 122.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 161 | 0 | 0.41 | 0 | 0.37 | 300 | 0.26 | 0.5 |
| Hex | A1 | 5F | A1 | 0 | 29 | 0 | 25 | 12C | 1A | 32 |
| Octal | 241 | 137 | 241 | 0 | 51 | 0 | 45 | 454 | 32 | 62 |
| Binary | 10100001 | 1011111 | 10100001 | 0 | 101001 | 0 | 100101 | 100101100 | 11010 | 110010 |
Color Harmonies of #A15FA1
Complementary color
Monochromatic Colors of #A15FA1
Black with #A15FA1
Text Example
Text Example
White with #A15FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FA1; }
p { color: rgb(161,95,161); }
H1.HeaderClassName
{
color: #A15FA1;
}
.AnyTagClassName
{
color: #A15FA1;
}
</style>
background-color css
<style>
a { background-color: #A15FA1; }
a { background-color: rgb(161,95,161); }
div.DivClassName
{
background-color: #A15FA1;
}
.BgClassName
{
background-color: #A15FA1;
}
</style>
border-color css
<style>
span { border-color: #A15FA1; }
span { border-color: rgb(161,95,161); }
td.TdClassName
{
border-color: #A15FA1;
}
.TagClassName
{
border-color: #A15FA1;
}
</style>