Shades of Blue Violet #A84BFC
Tints of Blue Violet #A84BFC
RGB
CMYK
RGB Variations
Color information
#A84BFC (or 0xA84BFC) is known color: Blue Violet. HEX triplet: A8, 4B and FC. RGB value is (168,75,252). Sum of RGB (Red+Green+Blue) = 168+75+252=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #A84BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BFC is #57B403. Grayscale: #7A7A7A. Windows color (decimal): -5747716 or 16534440. OLE color: 16534440.
HSL color Cylindrical-coordinate representation of color #A84BFC: hue angle of 271.53º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A84BFC is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 75 | 252 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.01 |
| HSL | 271.53º | 0.97% | 0.64% | - |
| HSV(B) | 271.53º | 0.7% | 0.99% | - |
| XYZ | 36.24 | 20.39 | 94.12 | - |
| YUV | 122.99 | 200.81 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 252 | 0.33 | 0.70 | 0 | 0.01 | 271.53 | 0.97 | 0.64 |
| Hex | A8 | 4B | FC | 21 | 46 | 0 | 1 | 110 | 61 | 40 |
| Octal | 250 | 113 | 374 | 41 | 106 | 0 | 1 | 420 | 141 | 100 |
| Binary | 10101000 | 1001011 | 11111100 | 100001 | 1000110 | 0 | 1 | 100010000 | 1100001 | 1000000 |
Color Harmonies of #A84BFC
Complementary color
Monochromatic Colors of #A84BFC
Black with #A84BFC
Text Example
Text Example
White with #A84BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BFC; }
p { color: rgb(168,75,252); }
H1.HeaderClassName
{
color: #A84BFC;
}
.AnyTagClassName
{
color: #A84BFC;
}
</style>
background-color css
<style>
a { background-color: #A84BFC; }
a { background-color: rgb(168,75,252); }
div.DivClassName
{
background-color: #A84BFC;
}
.BgClassName
{
background-color: #A84BFC;
}
</style>
border-color css
<style>
span { border-color: #A84BFC; }
span { border-color: rgb(168,75,252); }
td.TdClassName
{
border-color: #A84BFC;
}
.TagClassName
{
border-color: #A84BFC;
}
</style>