Shades of Blue Violet #A641FF
Tints of Blue Violet #A641FF
RGB
CMYK
RGB Variations
Color information
#A641FF (or 0xA641FF) is known color: Blue Violet. HEX triplet: A6, 41 and FF. RGB value is (166,65,255). Sum of RGB (Red+Green+Blue) = 166+65+255=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #A641FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641FF is #59BE00. Grayscale: #747474. Windows color (decimal): -5881345 or 16728486. OLE color: 16728486.
HSL color Cylindrical-coordinate representation of color #A641FF: hue angle of 271.89º 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 #A641FF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 65 | 255 | - |
| CMYK | 0.35 | 0.75 | 0 | 0 |
| HSL | 271.89º | 1% | 0.63% | - |
| HSV(B) | 271.89º | 0.75% | 1% | - |
| XYZ | 35.67 | 19.11 | 96.42 | - |
| YUV | 116.86 | 205.96 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 255 | 0.35 | 0.75 | 0 | 0 | 271.89 | 1 | 0.63 |
| Hex | A6 | 41 | FF | 23 | 4B | 0 | 0 | 110 | 64 | 3F |
| Octal | 246 | 101 | 377 | 43 | 113 | 0 | 0 | 420 | 144 | 77 |
| Binary | 10100110 | 1000001 | 11111111 | 100011 | 1001011 | 0 | 0 | 100010000 | 1100100 | 111111 |
Color Harmonies of #A641FF
Complementary color
Monochromatic Colors of #A641FF
Black with #A641FF
Text Example
Text Example
White with #A641FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641FF; }
p { color: rgb(166,65,255); }
H1.HeaderClassName
{
color: #A641FF;
}
.AnyTagClassName
{
color: #A641FF;
}
</style>
background-color css
<style>
a { background-color: #A641FF; }
a { background-color: rgb(166,65,255); }
div.DivClassName
{
background-color: #A641FF;
}
.BgClassName
{
background-color: #A641FF;
}
</style>
border-color css
<style>
span { border-color: #A641FF; }
span { border-color: rgb(166,65,255); }
td.TdClassName
{
border-color: #A641FF;
}
.TagClassName
{
border-color: #A641FF;
}
</style>