Shades of Blue Violet #A849FE
Tints of Blue Violet #A849FE
RGB
CMYK
RGB Variations
Color information
#A849FE (or 0xA849FE) is known color: Blue Violet. HEX triplet: A8, 49 and FE. RGB value is (168,73,254). Sum of RGB (Red+Green+Blue) = 168+73+254=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #A849FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849FE is #57B601. Grayscale: #797979. Windows color (decimal): -5748226 or 16665000. OLE color: 16665000.
HSL color Cylindrical-coordinate representation of color #A849FE: hue angle of 271.49º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A849FE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 73 | 254 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.00 |
| HSL | 271.49º | 0.99% | 0.64% | - |
| HSV(B) | 271.49º | 0.71% | 1% | - |
| XYZ | 36.42 | 20.25 | 95.75 | - |
| YUV | 122.04 | 202.47 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 254 | 0.34 | 0.71 | 0 | 0.00 | 271.49 | 0.99 | 0.64 |
| Hex | A8 | 49 | FE | 22 | 47 | 0 | 0 | 10F | 63 | 40 |
| Octal | 250 | 111 | 376 | 42 | 107 | 0 | 0 | 417 | 143 | 100 |
| Binary | 10101000 | 1001001 | 11111110 | 100010 | 1000111 | 0 | 0 | 100001111 | 1100011 | 1000000 |
Color Harmonies of #A849FE
Complementary color
Monochromatic Colors of #A849FE
Black with #A849FE
Text Example
Text Example
White with #A849FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849FE; }
p { color: rgb(168,73,254); }
H1.HeaderClassName
{
color: #A849FE;
}
.AnyTagClassName
{
color: #A849FE;
}
</style>
background-color css
<style>
a { background-color: #A849FE; }
a { background-color: rgb(168,73,254); }
div.DivClassName
{
background-color: #A849FE;
}
.BgClassName
{
background-color: #A849FE;
}
</style>
border-color css
<style>
span { border-color: #A849FE; }
span { border-color: rgb(168,73,254); }
td.TdClassName
{
border-color: #A849FE;
}
.TagClassName
{
border-color: #A849FE;
}
</style>