Shades of Violet Blue #A14BA8
Tints of Violet Blue #A14BA8
RGB
CMYK
RGB Variations
Color information
#A14BA8 (or 0xA14BA8) is known color: Violet Blue. HEX triplet: A1, 4B and A8. RGB value is (161,75,168). Sum of RGB (Red+Green+Blue) = 161+75+168=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 168 - color contains mainly: blue. Hex color #A14BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14BA8 is #5EB457. Grayscale: #6F6F6F. Windows color (decimal): -6206552 or 11029409. OLE color: 11029409.
HSL color Cylindrical-coordinate representation of color #A14BA8: hue angle of 295.48º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14BA8 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 75 | 168 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.34 |
| HSL | 295.48º | 0.38% | 0.48% | - |
| HSV(B) | 295.48º | 0.55% | 0.66% | - |
| XYZ | 24.28 | 15.44 | 38.75 | - |
| YUV | 111.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 75 | 168 | 0.04 | 0.55 | 0 | 0.34 | 295.48 | 0.38 | 0.48 |
| Hex | A1 | 4B | A8 | 4 | 37 | 0 | 22 | 127 | 26 | 30 |
| Octal | 241 | 113 | 250 | 4 | 67 | 0 | 42 | 447 | 46 | 60 |
| Binary | 10100001 | 1001011 | 10101000 | 100 | 110111 | 0 | 100010 | 100100111 | 100110 | 110000 |
Color Harmonies of #A14BA8
Complementary color
Monochromatic Colors of #A14BA8
Black with #A14BA8
Text Example
Text Example
White with #A14BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14BA8; }
p { color: rgb(161,75,168); }
H1.HeaderClassName
{
color: #A14BA8;
}
.AnyTagClassName
{
color: #A14BA8;
}
</style>
background-color css
<style>
a { background-color: #A14BA8; }
a { background-color: rgb(161,75,168); }
div.DivClassName
{
background-color: #A14BA8;
}
.BgClassName
{
background-color: #A14BA8;
}
</style>
border-color css
<style>
span { border-color: #A14BA8; }
span { border-color: rgb(161,75,168); }
td.TdClassName
{
border-color: #A14BA8;
}
.TagClassName
{
border-color: #A14BA8;
}
</style>