Shades of Blue Violet #A641FE
Tints of Blue Violet #A641FE
RGB
CMYK
RGB Variations
Color information
#A641FE (or 0xA641FE) is known color: Blue Violet. HEX triplet: A6, 41 and FE. RGB value is (166,65,254). Sum of RGB (Red+Green+Blue) = 166+65+254=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #A641FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641FE is #59BE01. Grayscale: #747474. Windows color (decimal): -5881346 or 16662950. OLE color: 16662950.
HSL color Cylindrical-coordinate representation of color #A641FE: hue angle of 272.06º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A641FE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 65 | 254 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.00 |
| HSL | 272.06º | 0.99% | 0.63% | - |
| HSV(B) | 272.06º | 0.74% | 1% | - |
| XYZ | 35.51 | 19.04 | 95.57 | - |
| YUV | 116.75 | 205.46 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 254 | 0.35 | 0.74 | 0 | 0.00 | 272.06 | 0.99 | 0.63 |
| Hex | A6 | 41 | FE | 23 | 4A | 0 | 0 | 110 | 63 | 3F |
| Octal | 246 | 101 | 376 | 43 | 112 | 0 | 0 | 420 | 143 | 77 |
| Binary | 10100110 | 1000001 | 11111110 | 100011 | 1001010 | 0 | 0 | 100010000 | 1100011 | 111111 |
Color Harmonies of #A641FE
Complementary color
Monochromatic Colors of #A641FE
Black with #A641FE
Text Example
Text Example
White with #A641FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641FE; }
p { color: rgb(166,65,254); }
H1.HeaderClassName
{
color: #A641FE;
}
.AnyTagClassName
{
color: #A641FE;
}
</style>
background-color css
<style>
a { background-color: #A641FE; }
a { background-color: rgb(166,65,254); }
div.DivClassName
{
background-color: #A641FE;
}
.BgClassName
{
background-color: #A641FE;
}
</style>
border-color css
<style>
span { border-color: #A641FE; }
span { border-color: rgb(166,65,254); }
td.TdClassName
{
border-color: #A641FE;
}
.TagClassName
{
border-color: #A641FE;
}
</style>