Shades of Blue Violet #A83EFF
Tints of Blue Violet #A83EFF
RGB
CMYK
RGB Variations
Color information
#A83EFF (or 0xA83EFF) is known color: Blue Violet. HEX triplet: A8, 3E and FF. RGB value is (168,62,255). Sum of RGB (Red+Green+Blue) = 168+62+255=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #A83EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83EFF is #57C100. Grayscale: #737373. Windows color (decimal): -5751041 or 16727720. OLE color: 16727720.
HSL color Cylindrical-coordinate representation of color #A83EFF: hue angle of 272.95º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83EFF is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 62 | 255 | - |
| CMYK | 0.34 | 0.76 | 0 | 0 |
| HSL | 272.95º | 1% | 0.62% | - |
| HSV(B) | 272.95º | 0.76% | 1% | - |
| XYZ | 35.92 | 18.99 | 96.38 | - |
| YUV | 115.7 | 206.62 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 255 | 0.34 | 0.76 | 0 | 0 | 272.95 | 1 | 0.62 |
| Hex | A8 | 3E | FF | 22 | 4C | 0 | 0 | 111 | 64 | 3E |
| Octal | 250 | 76 | 377 | 42 | 114 | 0 | 0 | 421 | 144 | 76 |
| Binary | 10101000 | 111110 | 11111111 | 100010 | 1001100 | 0 | 0 | 100010001 | 1100100 | 111110 |
Color Harmonies of #A83EFF
Complementary color
Monochromatic Colors of #A83EFF
Black with #A83EFF
Text Example
Text Example
White with #A83EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EFF; }
p { color: rgb(168,62,255); }
H1.HeaderClassName
{
color: #A83EFF;
}
.AnyTagClassName
{
color: #A83EFF;
}
</style>
background-color css
<style>
a { background-color: #A83EFF; }
a { background-color: rgb(168,62,255); }
div.DivClassName
{
background-color: #A83EFF;
}
.BgClassName
{
background-color: #A83EFF;
}
</style>
border-color css
<style>
span { border-color: #A83EFF; }
span { border-color: rgb(168,62,255); }
td.TdClassName
{
border-color: #A83EFF;
}
.TagClassName
{
border-color: #A83EFF;
}
</style>