Shades of Violet Blue #A15DAB
Tints of Violet Blue #A15DAB
RGB
CMYK
RGB Variations
Color information
#A15DAB (or 0xA15DAB) is known color: Violet Blue. HEX triplet: A1, 5D and AB. RGB value is (161,93,171). Sum of RGB (Red+Green+Blue) = 161+93+171=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 171 - color contains mainly: blue. Hex color #A15DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15DAB is #5EA254. Grayscale: #797979. Windows color (decimal): -6201941 or 11230625. OLE color: 11230625.
HSL color Cylindrical-coordinate representation of color #A15DAB: hue angle of 292.31º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A15DAB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 93 | 171 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.33 |
| HSL | 292.31º | 0.32% | 0.52% | - |
| HSV(B) | 292.31º | 0.46% | 0.67% | - |
| XYZ | 25.96 | 18.35 | 40.7 | - |
| YUV | 122.22 | 155.53 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 171 | 0.06 | 0.46 | 0 | 0.33 | 292.31 | 0.32 | 0.52 |
| Hex | A1 | 5D | AB | 6 | 2E | 0 | 21 | 124 | 20 | 34 |
| Octal | 241 | 135 | 253 | 6 | 56 | 0 | 41 | 444 | 40 | 64 |
| Binary | 10100001 | 1011101 | 10101011 | 110 | 101110 | 0 | 100001 | 100100100 | 100000 | 110100 |
Color Harmonies of #A15DAB
Complementary color
Monochromatic Colors of #A15DAB
Black with #A15DAB
Text Example
Text Example
White with #A15DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15DAB; }
p { color: rgb(161,93,171); }
H1.HeaderClassName
{
color: #A15DAB;
}
.AnyTagClassName
{
color: #A15DAB;
}
</style>
background-color css
<style>
a { background-color: #A15DAB; }
a { background-color: rgb(161,93,171); }
div.DivClassName
{
background-color: #A15DAB;
}
.BgClassName
{
background-color: #A15DAB;
}
</style>
border-color css
<style>
span { border-color: #A15DAB; }
span { border-color: rgb(161,93,171); }
td.TdClassName
{
border-color: #A15DAB;
}
.TagClassName
{
border-color: #A15DAB;
}
</style>