Shades of Violet Blue #A15EAB
Tints of Violet Blue #A15EAB
RGB
CMYK
RGB Variations
Color information
#A15EAB (or 0xA15EAB) is known color: Violet Blue. HEX triplet: A1, 5E and AB. RGB value is (161,94,171). Sum of RGB (Red+Green+Blue) = 161+94+171=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A15EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15EAB is #5EA154. Grayscale: #7A7A7A. Windows color (decimal): -6201685 or 11230881. OLE color: 11230881.
HSL color Cylindrical-coordinate representation of color #A15EAB: hue angle of 292.21º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15EAB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 94 | 171 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.33 |
| HSL | 292.21º | 0.31% | 0.52% | - |
| HSV(B) | 292.21º | 0.45% | 0.67% | - |
| XYZ | 26.05 | 18.52 | 40.73 | - |
| YUV | 122.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 171 | 0.06 | 0.45 | 0 | 0.33 | 292.21 | 0.31 | 0.52 |
| Hex | A1 | 5E | AB | 6 | 2D | 0 | 21 | 124 | 1F | 34 |
| Octal | 241 | 136 | 253 | 6 | 55 | 0 | 41 | 444 | 37 | 64 |
| Binary | 10100001 | 1011110 | 10101011 | 110 | 101101 | 0 | 100001 | 100100100 | 11111 | 110100 |
Color Harmonies of #A15EAB
Complementary color
Monochromatic Colors of #A15EAB
Black with #A15EAB
Text Example
Text Example
White with #A15EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15EAB; }
p { color: rgb(161,94,171); }
H1.HeaderClassName
{
color: #A15EAB;
}
.AnyTagClassName
{
color: #A15EAB;
}
</style>
background-color css
<style>
a { background-color: #A15EAB; }
a { background-color: rgb(161,94,171); }
div.DivClassName
{
background-color: #A15EAB;
}
.BgClassName
{
background-color: #A15EAB;
}
</style>
border-color css
<style>
span { border-color: #A15EAB; }
span { border-color: rgb(161,94,171); }
td.TdClassName
{
border-color: #A15EAB;
}
.TagClassName
{
border-color: #A15EAB;
}
</style>