Shades of Blue Violet #A84AFB
Tints of Blue Violet #A84AFB
RGB
CMYK
RGB Variations
Color information
#A84AFB (or 0xA84AFB) is known color: Blue Violet. HEX triplet: A8, 4A and FB. RGB value is (168,74,251). Sum of RGB (Red+Green+Blue) = 168+74+251=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #A84AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AFB is #57B504. Grayscale: #797979. Windows color (decimal): -5747973 or 16468648. OLE color: 16468648.
HSL color Cylindrical-coordinate representation of color #A84AFB: hue angle of 271.86º 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 #A84AFB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 74 | 251 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.02 |
| HSL | 271.86º | 0.96% | 0.64% | - |
| HSV(B) | 271.86º | 0.71% | 0.98% | - |
| XYZ | 36.01 | 20.19 | 93.27 | - |
| YUV | 122.28 | 200.64 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 251 | 0.33 | 0.71 | 0 | 0.02 | 271.86 | 0.96 | 0.64 |
| Hex | A8 | 4A | FB | 21 | 47 | 0 | 2 | 110 | 60 | 40 |
| Octal | 250 | 112 | 373 | 41 | 107 | 0 | 2 | 420 | 140 | 100 |
| Binary | 10101000 | 1001010 | 11111011 | 100001 | 1000111 | 0 | 10 | 100010000 | 1100000 | 1000000 |
Color Harmonies of #A84AFB
Complementary color
Monochromatic Colors of #A84AFB
Black with #A84AFB
Text Example
Text Example
White with #A84AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AFB; }
p { color: rgb(168,74,251); }
H1.HeaderClassName
{
color: #A84AFB;
}
.AnyTagClassName
{
color: #A84AFB;
}
</style>
background-color css
<style>
a { background-color: #A84AFB; }
a { background-color: rgb(168,74,251); }
div.DivClassName
{
background-color: #A84AFB;
}
.BgClassName
{
background-color: #A84AFB;
}
</style>
border-color css
<style>
span { border-color: #A84AFB; }
span { border-color: rgb(168,74,251); }
td.TdClassName
{
border-color: #A84AFB;
}
.TagClassName
{
border-color: #A84AFB;
}
</style>