Shades of Blue Violet #A145FE
Tints of Blue Violet #A145FE
RGB
CMYK
RGB Variations
Color information
#A145FE (or 0xA145FE) is known color: Blue Violet. HEX triplet: A1, 45 and FE. RGB value is (161,69,254). Sum of RGB (Red+Green+Blue) = 161+69+254=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #A145FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A145FE is #5EBA01. Grayscale: #747474. Windows color (decimal): -6208002 or 16663969. OLE color: 16663969.
HSL color Cylindrical-coordinate representation of color #A145FE: hue angle of 269.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A145FE is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 69 | 254 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.00 |
| HSL | 269.84º | 0.99% | 0.63% | - |
| HSV(B) | 269.84º | 0.73% | 1% | - |
| XYZ | 34.72 | 18.99 | 95.6 | - |
| YUV | 117.6 | 204.98 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 69 | 254 | 0.37 | 0.73 | 0 | 0.00 | 269.84 | 0.99 | 0.63 |
| Hex | A1 | 45 | FE | 25 | 49 | 0 | 0 | 10E | 63 | 3F |
| Octal | 241 | 105 | 376 | 45 | 111 | 0 | 0 | 416 | 143 | 77 |
| Binary | 10100001 | 1000101 | 11111110 | 100101 | 1001001 | 0 | 0 | 100001110 | 1100011 | 111111 |
Color Harmonies of #A145FE
Complementary color
Monochromatic Colors of #A145FE
Black with #A145FE
Text Example
Text Example
White with #A145FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A145FE; }
p { color: rgb(161,69,254); }
H1.HeaderClassName
{
color: #A145FE;
}
.AnyTagClassName
{
color: #A145FE;
}
</style>
background-color css
<style>
a { background-color: #A145FE; }
a { background-color: rgb(161,69,254); }
div.DivClassName
{
background-color: #A145FE;
}
.BgClassName
{
background-color: #A145FE;
}
</style>
border-color css
<style>
span { border-color: #A145FE; }
span { border-color: rgb(161,69,254); }
td.TdClassName
{
border-color: #A145FE;
}
.TagClassName
{
border-color: #A145FE;
}
</style>