Shades of Blue Violet #A84AFE
Tints of Blue Violet #A84AFE
RGB
CMYK
RGB Variations
Color information
#A84AFE (or 0xA84AFE) is known color: Blue Violet. HEX triplet: A8, 4A and FE. RGB value is (168,74,254). Sum of RGB (Red+Green+Blue) = 168+74+254=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #A84AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AFE is #57B501. Grayscale: #7A7A7A. Windows color (decimal): -5747970 or 16665256. OLE color: 16665256.
HSL color Cylindrical-coordinate representation of color #A84AFE: hue angle of 271.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84AFE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 74 | 254 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.00 |
| HSL | 271.33º | 0.99% | 0.64% | - |
| HSV(B) | 271.33º | 0.71% | 1% | - |
| XYZ | 36.49 | 20.38 | 95.78 | - |
| YUV | 122.63 | 202.14 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 254 | 0.34 | 0.71 | 0 | 0.00 | 271.33 | 0.99 | 0.64 |
| Hex | A8 | 4A | FE | 22 | 47 | 0 | 0 | 10F | 63 | 40 |
| Octal | 250 | 112 | 376 | 42 | 107 | 0 | 0 | 417 | 143 | 100 |
| Binary | 10101000 | 1001010 | 11111110 | 100010 | 1000111 | 0 | 0 | 100001111 | 1100011 | 1000000 |
Color Harmonies of #A84AFE
Complementary color
Monochromatic Colors of #A84AFE
Black with #A84AFE
Text Example
Text Example
White with #A84AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84AFE; }
p { color: rgb(168,74,254); }
H1.HeaderClassName
{
color: #A84AFE;
}
.AnyTagClassName
{
color: #A84AFE;
}
</style>
background-color css
<style>
a { background-color: #A84AFE; }
a { background-color: rgb(168,74,254); }
div.DivClassName
{
background-color: #A84AFE;
}
.BgClassName
{
background-color: #A84AFE;
}
</style>
border-color css
<style>
span { border-color: #A84AFE; }
span { border-color: rgb(168,74,254); }
td.TdClassName
{
border-color: #A84AFE;
}
.TagClassName
{
border-color: #A84AFE;
}
</style>