Shades of Blue Violet #A84BFD
Tints of Blue Violet #A84BFD
RGB
CMYK
RGB Variations
Color information
#A84BFD (or 0xA84BFD) is known color: Blue Violet. HEX triplet: A8, 4B and FD. RGB value is (168,75,253). Sum of RGB (Red+Green+Blue) = 168+75+253=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #A84BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BFD is #57B402. Grayscale: #7A7A7A. Windows color (decimal): -5747715 or 16599976. OLE color: 16599976.
HSL color Cylindrical-coordinate representation of color #A84BFD: hue angle of 271.35º degrees, saturation: 0.98, 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 #A84BFD is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 75 | 253 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.01 |
| HSL | 271.35º | 0.98% | 0.64% | - |
| HSV(B) | 271.35º | 0.7% | 0.99% | - |
| XYZ | 36.39 | 20.45 | 94.96 | - |
| YUV | 123.1 | 201.31 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 75 | 253 | 0.34 | 0.70 | 0 | 0.01 | 271.35 | 0.98 | 0.64 |
| Hex | A8 | 4B | FD | 22 | 46 | 0 | 1 | 10F | 62 | 40 |
| Octal | 250 | 113 | 375 | 42 | 106 | 0 | 1 | 417 | 142 | 100 |
| Binary | 10101000 | 1001011 | 11111101 | 100010 | 1000110 | 0 | 1 | 100001111 | 1100010 | 1000000 |
Color Harmonies of #A84BFD
Complementary color
Monochromatic Colors of #A84BFD
Black with #A84BFD
Text Example
Text Example
White with #A84BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84BFD; }
p { color: rgb(168,75,253); }
H1.HeaderClassName
{
color: #A84BFD;
}
.AnyTagClassName
{
color: #A84BFD;
}
</style>
background-color css
<style>
a { background-color: #A84BFD; }
a { background-color: rgb(168,75,253); }
div.DivClassName
{
background-color: #A84BFD;
}
.BgClassName
{
background-color: #A84BFD;
}
</style>
border-color css
<style>
span { border-color: #A84BFD; }
span { border-color: rgb(168,75,253); }
td.TdClassName
{
border-color: #A84BFD;
}
.TagClassName
{
border-color: #A84BFD;
}
</style>