Shades of Blue Violet #A84AF9
Tints of Blue Violet #A84AF9
RGB
CMYK
RGB Variations
Color information
#A84AF9 (or 0xA84AF9) is known color: Blue Violet. HEX triplet: A8, 4A and F9. RGB value is (168,74,249). Sum of RGB (Red+Green+Blue) = 168+74+249=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #A84AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AF9 is #57B506. Grayscale: #797979. Windows color (decimal): -5747975 or 16337576. OLE color: 16337576.
HSL color Cylindrical-coordinate representation of color #A84AF9: hue angle of 272.23º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84AF9 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 74 | 249 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.02 |
| HSL | 272.23º | 0.94% | 0.63% | - |
| HSV(B) | 272.23º | 0.7% | 0.98% | - |
| XYZ | 35.7 | 20.06 | 91.61 | - |
| YUV | 122.06 | 199.64 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 249 | 0.33 | 0.70 | 0 | 0.02 | 272.23 | 0.94 | 0.63 |
| Hex | A8 | 4A | F9 | 21 | 46 | 0 | 2 | 110 | 5E | 3F |
| Octal | 250 | 112 | 371 | 41 | 106 | 0 | 2 | 420 | 136 | 77 |
| Binary | 10101000 | 1001010 | 11111001 | 100001 | 1000110 | 0 | 10 | 100010000 | 1011110 | 111111 |
Color Harmonies of #A84AF9
Complementary color
Monochromatic Colors of #A84AF9
Black with #A84AF9
Text Example
Text Example
White with #A84AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AF9; }
p { color: rgb(168,74,249); }
H1.HeaderClassName
{
color: #A84AF9;
}
.AnyTagClassName
{
color: #A84AF9;
}
</style>
background-color css
<style>
a { background-color: #A84AF9; }
a { background-color: rgb(168,74,249); }
div.DivClassName
{
background-color: #A84AF9;
}
.BgClassName
{
background-color: #A84AF9;
}
</style>
border-color css
<style>
span { border-color: #A84AF9; }
span { border-color: rgb(168,74,249); }
td.TdClassName
{
border-color: #A84AF9;
}
.TagClassName
{
border-color: #A84AF9;
}
</style>