Shades of Blue Violet #A146F8
Tints of Blue Violet #A146F8
RGB
CMYK
RGB Variations
Color information
#A146F8 (or 0xA146F8) is known color: Blue Violet. HEX triplet: A1, 46 and F8. RGB value is (161,70,248). Sum of RGB (Red+Green+Blue) = 161+70+248=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 248 (97.27% from 255 or 51.77% from 479); Max value from RGB is 248 - color contains mainly: blue. Hex color #A146F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A146F8 is #5EB907. Grayscale: #747474. Windows color (decimal): -6207752 or 16271009. OLE color: 16271009.
HSL color Cylindrical-coordinate representation of color #A146F8: hue angle of 270.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A146F8 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 70 | 248 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.03 |
| HSL | 270.67º | 0.93% | 0.62% | - |
| HSV(B) | 270.67º | 0.72% | 0.97% | - |
| XYZ | 33.83 | 18.73 | 90.64 | - |
| YUV | 117.5 | 201.65 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 248 | 0.35 | 0.72 | 0 | 0.03 | 270.67 | 0.93 | 0.62 |
| Hex | A1 | 46 | F8 | 23 | 48 | 0 | 3 | 10F | 5D | 3E |
| Octal | 241 | 106 | 370 | 43 | 110 | 0 | 3 | 417 | 135 | 76 |
| Binary | 10100001 | 1000110 | 11111000 | 100011 | 1001000 | 0 | 11 | 100001111 | 1011101 | 111110 |
Color Harmonies of #A146F8
Complementary color
Monochromatic Colors of #A146F8
Black with #A146F8
Text Example
Text Example
White with #A146F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146F8; }
p { color: rgb(161,70,248); }
H1.HeaderClassName
{
color: #A146F8;
}
.AnyTagClassName
{
color: #A146F8;
}
</style>
background-color css
<style>
a { background-color: #A146F8; }
a { background-color: rgb(161,70,248); }
div.DivClassName
{
background-color: #A146F8;
}
.BgClassName
{
background-color: #A146F8;
}
</style>
border-color css
<style>
span { border-color: #A146F8; }
span { border-color: rgb(161,70,248); }
td.TdClassName
{
border-color: #A146F8;
}
.TagClassName
{
border-color: #A146F8;
}
</style>