Shades of Blue Violet #A849FB
Tints of Blue Violet #A849FB
RGB
CMYK
RGB Variations
Color information
#A849FB (or 0xA849FB) is known color: Blue Violet. HEX triplet: A8, 49 and FB. RGB value is (168,73,251). Sum of RGB (Red+Green+Blue) = 168+73+251=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #A849FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A849FB is #57B604. Grayscale: #797979. Windows color (decimal): -5748229 or 16468392. OLE color: 16468392.
HSL color Cylindrical-coordinate representation of color #A849FB: hue angle of 272.02º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A849FB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 73 | 251 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.02 |
| HSL | 272.02º | 0.96% | 0.64% | - |
| HSV(B) | 272.02º | 0.71% | 0.98% | - |
| XYZ | 35.94 | 20.05 | 93.24 | - |
| YUV | 121.7 | 200.97 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 251 | 0.33 | 0.71 | 0 | 0.02 | 272.02 | 0.96 | 0.64 |
| Hex | A8 | 49 | FB | 21 | 47 | 0 | 2 | 110 | 60 | 40 |
| Octal | 250 | 111 | 373 | 41 | 107 | 0 | 2 | 420 | 140 | 100 |
| Binary | 10101000 | 1001001 | 11111011 | 100001 | 1000111 | 0 | 10 | 100010000 | 1100000 | 1000000 |
Color Harmonies of #A849FB
Complementary color
Monochromatic Colors of #A849FB
Black with #A849FB
Text Example
Text Example
White with #A849FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A849FB; }
p { color: rgb(168,73,251); }
H1.HeaderClassName
{
color: #A849FB;
}
.AnyTagClassName
{
color: #A849FB;
}
</style>
background-color css
<style>
a { background-color: #A849FB; }
a { background-color: rgb(168,73,251); }
div.DivClassName
{
background-color: #A849FB;
}
.BgClassName
{
background-color: #A849FB;
}
</style>
border-color css
<style>
span { border-color: #A849FB; }
span { border-color: rgb(168,73,251); }
td.TdClassName
{
border-color: #A849FB;
}
.TagClassName
{
border-color: #A849FB;
}
</style>