Shades of Blue Violet #A64EFD
Tints of Blue Violet #A64EFD
RGB
CMYK
RGB Variations
Color information
#A64EFD (or 0xA64EFD) is known color: Blue Violet. HEX triplet: A6, 4E and FD. RGB value is (166,78,253). Sum of RGB (Red+Green+Blue) = 166+78+253=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #A64EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EFD is #59B102. Grayscale: #7B7B7B. Windows color (decimal): -5878019 or 16600742. OLE color: 16600742.
HSL color Cylindrical-coordinate representation of color #A64EFD: hue angle of 270.17º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64EFD is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 78 | 253 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.01 |
| HSL | 270.17º | 0.98% | 0.65% | - |
| HSV(B) | 270.17º | 0.69% | 0.99% | - |
| XYZ | 36.18 | 20.65 | 95.01 | - |
| YUV | 124.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 253 | 0.34 | 0.69 | 0 | 0.01 | 270.17 | 0.98 | 0.65 |
| Hex | A6 | 4E | FD | 22 | 45 | 0 | 1 | 10E | 62 | 41 |
| Octal | 246 | 116 | 375 | 42 | 105 | 0 | 1 | 416 | 142 | 101 |
| Binary | 10100110 | 1001110 | 11111101 | 100010 | 1000101 | 0 | 1 | 100001110 | 1100010 | 1000001 |
Color Harmonies of #A64EFD
Complementary color
Monochromatic Colors of #A64EFD
Black with #A64EFD
Text Example
Text Example
White with #A64EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EFD; }
p { color: rgb(166,78,253); }
H1.HeaderClassName
{
color: #A64EFD;
}
.AnyTagClassName
{
color: #A64EFD;
}
</style>
background-color css
<style>
a { background-color: #A64EFD; }
a { background-color: rgb(166,78,253); }
div.DivClassName
{
background-color: #A64EFD;
}
.BgClassName
{
background-color: #A64EFD;
}
</style>
border-color css
<style>
span { border-color: #A64EFD; }
span { border-color: rgb(166,78,253); }
td.TdClassName
{
border-color: #A64EFD;
}
.TagClassName
{
border-color: #A64EFD;
}
</style>