Shades of Blue Violet #A83AF6
Tints of Blue Violet #A83AF6
RGB
CMYK
RGB Variations
Color information
#A83AF6 (or 0xA83AF6) is known color: Blue Violet. HEX triplet: A8, 3A and F6. RGB value is (168,58,246). Sum of RGB (Red+Green+Blue) = 168+58+246=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #A83AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AF6 is #57C509. Grayscale: #6F6F6F. Windows color (decimal): -5752074 or 16136872. OLE color: 16136872.
HSL color Cylindrical-coordinate representation of color #A83AF6: hue angle of 275.11º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83AF6 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 58 | 246 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.04 |
| HSL | 275.11º | 0.91% | 0.6% | - |
| HSV(B) | 275.11º | 0.76% | 0.96% | - |
| XYZ | 34.3 | 18 | 88.86 | - |
| YUV | 112.32 | 203.44 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 246 | 0.32 | 0.76 | 0 | 0.04 | 275.11 | 0.91 | 0.6 |
| Hex | A8 | 3A | F6 | 20 | 4C | 0 | 4 | 113 | 5B | 3C |
| Octal | 250 | 72 | 366 | 40 | 114 | 0 | 4 | 423 | 133 | 74 |
| Binary | 10101000 | 111010 | 11110110 | 100000 | 1001100 | 0 | 100 | 100010011 | 1011011 | 111100 |
Color Harmonies of #A83AF6
Complementary color
Monochromatic Colors of #A83AF6
Black with #A83AF6
Text Example
Text Example
White with #A83AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AF6; }
p { color: rgb(168,58,246); }
H1.HeaderClassName
{
color: #A83AF6;
}
.AnyTagClassName
{
color: #A83AF6;
}
</style>
background-color css
<style>
a { background-color: #A83AF6; }
a { background-color: rgb(168,58,246); }
div.DivClassName
{
background-color: #A83AF6;
}
.BgClassName
{
background-color: #A83AF6;
}
</style>
border-color css
<style>
span { border-color: #A83AF6; }
span { border-color: rgb(168,58,246); }
td.TdClassName
{
border-color: #A83AF6;
}
.TagClassName
{
border-color: #A83AF6;
}
</style>