Shades of Blue Violet #A746FE
Tints of Blue Violet #A746FE
RGB
CMYK
RGB Variations
Color information
#A746FE (or 0xA746FE) is known color: Blue Violet. HEX triplet: A7, 46 and FE. RGB value is (167,70,254). Sum of RGB (Red+Green+Blue) = 167+70+254=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #A746FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A746FE is #58B901. Grayscale: #777777. Windows color (decimal): -5814530 or 16664231. OLE color: 16664231.
HSL color Cylindrical-coordinate representation of color #A746FE: hue angle of 271.63º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A746FE is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 167 | 70 | 254 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.00 |
| HSL | 271.63º | 0.99% | 0.64% | - |
| HSV(B) | 271.63º | 0.72% | 1% | - |
| XYZ | 36.02 | 19.75 | 95.68 | - |
| YUV | 119.98 | 203.64 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 70 | 254 | 0.34 | 0.72 | 0 | 0.00 | 271.63 | 0.99 | 0.64 |
| Hex | A7 | 46 | FE | 22 | 48 | 0 | 0 | 110 | 63 | 40 |
| Octal | 247 | 106 | 376 | 42 | 110 | 0 | 0 | 420 | 143 | 100 |
| Binary | 10100111 | 1000110 | 11111110 | 100010 | 1001000 | 0 | 0 | 100010000 | 1100011 | 1000000 |
Color Harmonies of #A746FE
Complementary color
Monochromatic Colors of #A746FE
Black with #A746FE
Text Example
Text Example
White with #A746FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A746FE; }
p { color: rgb(167,70,254); }
H1.HeaderClassName
{
color: #A746FE;
}
.AnyTagClassName
{
color: #A746FE;
}
</style>
background-color css
<style>
a { background-color: #A746FE; }
a { background-color: rgb(167,70,254); }
div.DivClassName
{
background-color: #A746FE;
}
.BgClassName
{
background-color: #A746FE;
}
</style>
border-color css
<style>
span { border-color: #A746FE; }
span { border-color: rgb(167,70,254); }
td.TdClassName
{
border-color: #A746FE;
}
.TagClassName
{
border-color: #A746FE;
}
</style>