Shades of Blue Violet #A148FF
Tints of Blue Violet #A148FF
RGB
CMYK
RGB Variations
Color information
#A148FF (or 0xA148FF) is known color: Blue Violet. HEX triplet: A1, 48 and FF. RGB value is (161,72,255). Sum of RGB (Red+Green+Blue) = 161+72+255=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #A148FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A148FF is #5EB700. Grayscale: #767676. Windows color (decimal): -6207233 or 16730273. OLE color: 16730273.
HSL color Cylindrical-coordinate representation of color #A148FF: hue angle of 269.18º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A148FF is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 72 | 255 | - |
| CMYK | 0.37 | 0.72 | 0 | 0 |
| HSL | 269.18º | 1% | 0.64% | - |
| HSV(B) | 269.18º | 0.72% | 1% | - |
| XYZ | 35.07 | 19.43 | 96.51 | - |
| YUV | 119.47 | 204.49 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 255 | 0.37 | 0.72 | 0 | 0 | 269.18 | 1 | 0.64 |
| Hex | A1 | 48 | FF | 25 | 48 | 0 | 0 | 10D | 64 | 40 |
| Octal | 241 | 110 | 377 | 45 | 110 | 0 | 0 | 415 | 144 | 100 |
| Binary | 10100001 | 1001000 | 11111111 | 100101 | 1001000 | 0 | 0 | 100001101 | 1100100 | 1000000 |
Color Harmonies of #A148FF
Complementary color
Monochromatic Colors of #A148FF
Black with #A148FF
Text Example
Text Example
White with #A148FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A148FF; }
p { color: rgb(161,72,255); }
H1.HeaderClassName
{
color: #A148FF;
}
.AnyTagClassName
{
color: #A148FF;
}
</style>
background-color css
<style>
a { background-color: #A148FF; }
a { background-color: rgb(161,72,255); }
div.DivClassName
{
background-color: #A148FF;
}
.BgClassName
{
background-color: #A148FF;
}
</style>
border-color css
<style>
span { border-color: #A148FF; }
span { border-color: rgb(161,72,255); }
td.TdClassName
{
border-color: #A148FF;
}
.TagClassName
{
border-color: #A148FF;
}
</style>