Shades of Violet Blue #A15CA6
Tints of Violet Blue #A15CA6
RGB
CMYK
RGB Variations
Color information
#A15CA6 (or 0xA15CA6) is known color: Violet Blue. HEX triplet: A1, 5C and A6. RGB value is (161,92,166). Sum of RGB (Red+Green+Blue) = 161+92+166=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 166 - color contains mainly: blue. Hex color #A15CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15CA6 is #5EA359. Grayscale: #787878. Windows color (decimal): -6202202 or 10902689. OLE color: 10902689.
HSL color Cylindrical-coordinate representation of color #A15CA6: hue angle of 295.95º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A15CA6 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 92 | 166 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.35 |
| HSL | 295.95º | 0.29% | 0.51% | - |
| HSV(B) | 295.95º | 0.45% | 0.65% | - |
| XYZ | 25.41 | 17.98 | 38.21 | - |
| YUV | 121.07 | 153.36 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 166 | 0.03 | 0.45 | 0 | 0.35 | 295.95 | 0.29 | 0.51 |
| Hex | A1 | 5C | A6 | 3 | 2D | 0 | 23 | 128 | 1D | 33 |
| Octal | 241 | 134 | 246 | 3 | 55 | 0 | 43 | 450 | 35 | 63 |
| Binary | 10100001 | 1011100 | 10100110 | 11 | 101101 | 0 | 100011 | 100101000 | 11101 | 110011 |
Color Harmonies of #A15CA6
Complementary color
Monochromatic Colors of #A15CA6
Black with #A15CA6
Text Example
Text Example
White with #A15CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15CA6; }
p { color: rgb(161,92,166); }
H1.HeaderClassName
{
color: #A15CA6;
}
.AnyTagClassName
{
color: #A15CA6;
}
</style>
background-color css
<style>
a { background-color: #A15CA6; }
a { background-color: rgb(161,92,166); }
div.DivClassName
{
background-color: #A15CA6;
}
.BgClassName
{
background-color: #A15CA6;
}
</style>
border-color css
<style>
span { border-color: #A15CA6; }
span { border-color: rgb(161,92,166); }
td.TdClassName
{
border-color: #A15CA6;
}
.TagClassName
{
border-color: #A15CA6;
}
</style>