Shades of Violet Blue #A15FAB
Tints of Violet Blue #A15FAB
RGB
CMYK
RGB Variations
Color information
#A15FAB (or 0xA15FAB) is known color: Violet Blue. HEX triplet: A1, 5F and AB. RGB value is (161,95,171). Sum of RGB (Red+Green+Blue) = 161+95+171=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #A15FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15FAB is #5EA054. Grayscale: #7B7B7B. Windows color (decimal): -6201429 or 11231137. OLE color: 11231137.
HSL color Cylindrical-coordinate representation of color #A15FAB: hue angle of 292.11º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A15FAB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 95 | 171 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.33 |
| HSL | 292.11º | 0.31% | 0.52% | - |
| HSV(B) | 292.11º | 0.44% | 0.67% | - |
| XYZ | 26.14 | 18.7 | 40.76 | - |
| YUV | 123.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 171 | 0.06 | 0.44 | 0 | 0.33 | 292.11 | 0.31 | 0.52 |
| Hex | A1 | 5F | AB | 6 | 2C | 0 | 21 | 124 | 1F | 34 |
| Octal | 241 | 137 | 253 | 6 | 54 | 0 | 41 | 444 | 37 | 64 |
| Binary | 10100001 | 1011111 | 10101011 | 110 | 101100 | 0 | 100001 | 100100100 | 11111 | 110100 |
Color Harmonies of #A15FAB
Complementary color
Monochromatic Colors of #A15FAB
Black with #A15FAB
Text Example
Text Example
White with #A15FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FAB; }
p { color: rgb(161,95,171); }
H1.HeaderClassName
{
color: #A15FAB;
}
.AnyTagClassName
{
color: #A15FAB;
}
</style>
background-color css
<style>
a { background-color: #A15FAB; }
a { background-color: rgb(161,95,171); }
div.DivClassName
{
background-color: #A15FAB;
}
.BgClassName
{
background-color: #A15FAB;
}
</style>
border-color css
<style>
span { border-color: #A15FAB; }
span { border-color: rgb(161,95,171); }
td.TdClassName
{
border-color: #A15FAB;
}
.TagClassName
{
border-color: #A15FAB;
}
</style>