Shades of Blue Violet #A64AF8
Tints of Blue Violet #A64AF8
RGB
CMYK
RGB Variations
Color information
#A64AF8 (or 0xA64AF8) is known color: Blue Violet. HEX triplet: A6, 4A and F8. RGB value is (166,74,248). Sum of RGB (Red+Green+Blue) = 166+74+248=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #A64AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AF8 is #59B507. Grayscale: #787878. Windows color (decimal): -5879048 or 16272038. OLE color: 16272038.
HSL color Cylindrical-coordinate representation of color #A64AF8: hue angle of 271.72º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A64AF8 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 74 | 248 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.03 |
| HSL | 271.72º | 0.93% | 0.63% | - |
| HSV(B) | 271.72º | 0.7% | 0.97% | - |
| XYZ | 35.12 | 19.78 | 90.77 | - |
| YUV | 121.34 | 199.48 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 248 | 0.33 | 0.70 | 0 | 0.03 | 271.72 | 0.93 | 0.63 |
| Hex | A6 | 4A | F8 | 21 | 46 | 0 | 3 | 110 | 5D | 3F |
| Octal | 246 | 112 | 370 | 41 | 106 | 0 | 3 | 420 | 135 | 77 |
| Binary | 10100110 | 1001010 | 11111000 | 100001 | 1000110 | 0 | 11 | 100010000 | 1011101 | 111111 |
Color Harmonies of #A64AF8
Complementary color
Monochromatic Colors of #A64AF8
Black with #A64AF8
Text Example
Text Example
White with #A64AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AF8; }
p { color: rgb(166,74,248); }
H1.HeaderClassName
{
color: #A64AF8;
}
.AnyTagClassName
{
color: #A64AF8;
}
</style>
background-color css
<style>
a { background-color: #A64AF8; }
a { background-color: rgb(166,74,248); }
div.DivClassName
{
background-color: #A64AF8;
}
.BgClassName
{
background-color: #A64AF8;
}
</style>
border-color css
<style>
span { border-color: #A64AF8; }
span { border-color: rgb(166,74,248); }
td.TdClassName
{
border-color: #A64AF8;
}
.TagClassName
{
border-color: #A64AF8;
}
</style>