Shades of Blue Violet #A640FF
Tints of Blue Violet #A640FF
RGB
CMYK
RGB Variations
Color information
#A640FF (or 0xA640FF) is known color: Blue Violet. HEX triplet: A6, 40 and FF. RGB value is (166,64,255). Sum of RGB (Red+Green+Blue) = 166+64+255=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #A640FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A640FF is #59BF00. Grayscale: #737373. Windows color (decimal): -5881601 or 16728230. OLE color: 16728230.
HSL color Cylindrical-coordinate representation of color #A640FF: hue angle of 272.04º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A640FF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 64 | 255 | - |
| CMYK | 0.35 | 0.75 | 0 | 0 |
| HSL | 272.04º | 1% | 0.63% | - |
| HSV(B) | 272.04º | 0.75% | 1% | - |
| XYZ | 35.61 | 18.99 | 96.4 | - |
| YUV | 116.27 | 206.29 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 255 | 0.35 | 0.75 | 0 | 0 | 272.04 | 1 | 0.63 |
| Hex | A6 | 40 | FF | 23 | 4B | 0 | 0 | 110 | 64 | 3F |
| Octal | 246 | 100 | 377 | 43 | 113 | 0 | 0 | 420 | 144 | 77 |
| Binary | 10100110 | 1000000 | 11111111 | 100011 | 1001011 | 0 | 0 | 100010000 | 1100100 | 111111 |
Color Harmonies of #A640FF
Complementary color
Monochromatic Colors of #A640FF
Black with #A640FF
Text Example
Text Example
White with #A640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640FF; }
p { color: rgb(166,64,255); }
H1.HeaderClassName
{
color: #A640FF;
}
.AnyTagClassName
{
color: #A640FF;
}
</style>
background-color css
<style>
a { background-color: #A640FF; }
a { background-color: rgb(166,64,255); }
div.DivClassName
{
background-color: #A640FF;
}
.BgClassName
{
background-color: #A640FF;
}
</style>
border-color css
<style>
span { border-color: #A640FF; }
span { border-color: rgb(166,64,255); }
td.TdClassName
{
border-color: #A640FF;
}
.TagClassName
{
border-color: #A640FF;
}
</style>