Shades of Violet Blue #A15C9A
Tints of Violet Blue #A15C9A
RGB
CMYK
RGB Variations
Color information
#A15C9A (or 0xA15C9A) is known color: Violet Blue. HEX triplet: A1, 5C and 9A. RGB value is (161,92,154). Sum of RGB (Red+Green+Blue) = 161+92+154=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15C9A is #5EA365. Grayscale: #777777. Windows color (decimal): -6202214 or 10116257. OLE color: 10116257.
HSL color Cylindrical-coordinate representation of color #A15C9A: hue angle of 306.09º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A15C9A is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 154 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.37 |
| HSL | 306.09º | 0.27% | 0.5% | - |
| HSV(B) | 306.09º | 0.43% | 0.63% | - |
| XYZ | 24.36 | 17.56 | 32.68 | - |
| YUV | 119.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 154 | 0 | 0.43 | 0.04 | 0.37 | 306.09 | 0.27 | 0.5 |
| Hex | A1 | 5C | 9A | 0 | 2B | 4 | 25 | 132 | 1B | 32 |
| Octal | 241 | 134 | 232 | 0 | 53 | 4 | 45 | 462 | 33 | 62 |
| Binary | 10100001 | 1011100 | 10011010 | 0 | 101011 | 100 | 100101 | 100110010 | 11011 | 110010 |
Color Harmonies of #A15C9A
Complementary color
Monochromatic Colors of #A15C9A
Black with #A15C9A
Text Example
Text Example
White with #A15C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C9A; }
p { color: rgb(161,92,154); }
H1.HeaderClassName
{
color: #A15C9A;
}
.AnyTagClassName
{
color: #A15C9A;
}
</style>
background-color css
<style>
a { background-color: #A15C9A; }
a { background-color: rgb(161,92,154); }
div.DivClassName
{
background-color: #A15C9A;
}
.BgClassName
{
background-color: #A15C9A;
}
</style>
border-color css
<style>
span { border-color: #A15C9A; }
span { border-color: rgb(161,92,154); }
td.TdClassName
{
border-color: #A15C9A;
}
.TagClassName
{
border-color: #A15C9A;
}
</style>