Shades of Blue Violet #A81FF6
Tints of Blue Violet #A81FF6
RGB
CMYK
RGB Variations
Color information
#A81FF6 (or 0xA81FF6) is known color: Blue Violet. HEX triplet: A8, 1F and F6. RGB value is (168,31,246). Sum of RGB (Red+Green+Blue) = 168+31+246=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #A81FF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81FF6 is #57E009. Grayscale: #5F5F5F. Windows color (decimal): -5758986 or 16129960. OLE color: 16129960.
HSL color Cylindrical-coordinate representation of color #A81FF6: hue angle of 278.23º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81FF6 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 31 | 246 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.04 |
| HSL | 278.23º | 0.92% | 0.54% | - |
| HSV(B) | 278.23º | 0.87% | 0.96% | - |
| XYZ | 33.27 | 15.96 | 88.52 | - |
| YUV | 96.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 246 | 0.32 | 0.87 | 0 | 0.04 | 278.23 | 0.92 | 0.54 |
| Hex | A8 | 1F | F6 | 20 | 57 | 0 | 4 | 116 | 5C | 36 |
| Octal | 250 | 37 | 366 | 40 | 127 | 0 | 4 | 426 | 134 | 66 |
| Binary | 10101000 | 11111 | 11110110 | 100000 | 1010111 | 0 | 100 | 100010110 | 1011100 | 110110 |
Color Harmonies of #A81FF6
Complementary color
Monochromatic Colors of #A81FF6
Black with #A81FF6
Text Example
Text Example
White with #A81FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81FF6; }
p { color: rgb(168,31,246); }
H1.HeaderClassName
{
color: #A81FF6;
}
.AnyTagClassName
{
color: #A81FF6;
}
</style>
background-color css
<style>
a { background-color: #A81FF6; }
a { background-color: rgb(168,31,246); }
div.DivClassName
{
background-color: #A81FF6;
}
.BgClassName
{
background-color: #A81FF6;
}
</style>
border-color css
<style>
span { border-color: #A81FF6; }
span { border-color: rgb(168,31,246); }
td.TdClassName
{
border-color: #A81FF6;
}
.TagClassName
{
border-color: #A81FF6;
}
</style>