Shades of Blue Violet #A84AFD
Tints of Blue Violet #A84AFD
RGB
CMYK
RGB Variations
Color information
#A84AFD (or 0xA84AFD) is known color: Blue Violet. HEX triplet: A8, 4A and FD. RGB value is (168,74,253). Sum of RGB (Red+Green+Blue) = 168+74+253=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #A84AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AFD is #57B502. Grayscale: #797979. Windows color (decimal): -5747971 or 16599720. OLE color: 16599720.
HSL color Cylindrical-coordinate representation of color #A84AFD: hue angle of 271.51º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84AFD is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 74 | 253 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.01 |
| HSL | 271.51º | 0.98% | 0.64% | - |
| HSV(B) | 271.51º | 0.71% | 0.99% | - |
| XYZ | 36.33 | 20.31 | 94.93 | - |
| YUV | 122.51 | 201.64 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 253 | 0.34 | 0.71 | 0 | 0.01 | 271.51 | 0.98 | 0.64 |
| Hex | A8 | 4A | FD | 22 | 47 | 0 | 1 | 110 | 62 | 40 |
| Octal | 250 | 112 | 375 | 42 | 107 | 0 | 1 | 420 | 142 | 100 |
| Binary | 10101000 | 1001010 | 11111101 | 100010 | 1000111 | 0 | 1 | 100010000 | 1100010 | 1000000 |
Color Harmonies of #A84AFD
Complementary color
Monochromatic Colors of #A84AFD
Black with #A84AFD
Text Example
Text Example
White with #A84AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AFD; }
p { color: rgb(168,74,253); }
H1.HeaderClassName
{
color: #A84AFD;
}
.AnyTagClassName
{
color: #A84AFD;
}
</style>
background-color css
<style>
a { background-color: #A84AFD; }
a { background-color: rgb(168,74,253); }
div.DivClassName
{
background-color: #A84AFD;
}
.BgClassName
{
background-color: #A84AFD;
}
</style>
border-color css
<style>
span { border-color: #A84AFD; }
span { border-color: rgb(168,74,253); }
td.TdClassName
{
border-color: #A84AFD;
}
.TagClassName
{
border-color: #A84AFD;
}
</style>