Shades of Blue Violet #A641FB
Tints of Blue Violet #A641FB
RGB
CMYK
RGB Variations
Color information
#A641FB (or 0xA641FB) is known color: Blue Violet. HEX triplet: A6, 41 and FB. RGB value is (166,65,251). Sum of RGB (Red+Green+Blue) = 166+65+251=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #A641FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641FB is #59BE04. Grayscale: #737373. Windows color (decimal): -5881349 or 16466342. OLE color: 16466342.
HSL color Cylindrical-coordinate representation of color #A641FB: hue angle of 272.58º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A641FB is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 65 | 251 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.02 |
| HSL | 272.58º | 0.96% | 0.62% | - |
| HSV(B) | 272.58º | 0.74% | 0.98% | - |
| XYZ | 35.03 | 18.85 | 93.06 | - |
| YUV | 116.4 | 203.96 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 251 | 0.34 | 0.74 | 0 | 0.02 | 272.58 | 0.96 | 0.62 |
| Hex | A6 | 41 | FB | 22 | 4A | 0 | 2 | 111 | 60 | 3E |
| Octal | 246 | 101 | 373 | 42 | 112 | 0 | 2 | 421 | 140 | 76 |
| Binary | 10100110 | 1000001 | 11111011 | 100010 | 1001010 | 0 | 10 | 100010001 | 1100000 | 111110 |
Color Harmonies of #A641FB
Complementary color
Monochromatic Colors of #A641FB
Black with #A641FB
Text Example
Text Example
White with #A641FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A641FB; }
p { color: rgb(166,65,251); }
H1.HeaderClassName
{
color: #A641FB;
}
.AnyTagClassName
{
color: #A641FB;
}
</style>
background-color css
<style>
a { background-color: #A641FB; }
a { background-color: rgb(166,65,251); }
div.DivClassName
{
background-color: #A641FB;
}
.BgClassName
{
background-color: #A641FB;
}
</style>
border-color css
<style>
span { border-color: #A641FB; }
span { border-color: rgb(166,65,251); }
td.TdClassName
{
border-color: #A641FB;
}
.TagClassName
{
border-color: #A641FB;
}
</style>