Shades of Blue Violet #A83AFE
Tints of Blue Violet #A83AFE
RGB
CMYK
RGB Variations
Color information
#A83AFE (or 0xA83AFE) is known color: Blue Violet. HEX triplet: A8, 3A and FE. RGB value is (168,58,254). Sum of RGB (Red+Green+Blue) = 168+58+254=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 58 (23.05% from 255 or 12.08% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #A83AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AFE is #57C501. Grayscale: #707070. Windows color (decimal): -5752066 or 16661160. OLE color: 16661160.
HSL color Cylindrical-coordinate representation of color #A83AFE: hue angle of 273.67º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A83AFE is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 58 | 254 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.00 |
| HSL | 273.67º | 0.99% | 0.61% | - |
| HSV(B) | 273.67º | 0.77% | 1% | - |
| XYZ | 35.55 | 18.51 | 95.46 | - |
| YUV | 113.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 254 | 0.34 | 0.77 | 0 | 0.00 | 273.67 | 0.99 | 0.61 |
| Hex | A8 | 3A | FE | 22 | 4D | 0 | 0 | 112 | 63 | 3D |
| Octal | 250 | 72 | 376 | 42 | 115 | 0 | 0 | 422 | 143 | 75 |
| Binary | 10101000 | 111010 | 11111110 | 100010 | 1001101 | 0 | 0 | 100010010 | 1100011 | 111101 |
Color Harmonies of #A83AFE
Complementary color
Monochromatic Colors of #A83AFE
Black with #A83AFE
Text Example
Text Example
White with #A83AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AFE; }
p { color: rgb(168,58,254); }
H1.HeaderClassName
{
color: #A83AFE;
}
.AnyTagClassName
{
color: #A83AFE;
}
</style>
background-color css
<style>
a { background-color: #A83AFE; }
a { background-color: rgb(168,58,254); }
div.DivClassName
{
background-color: #A83AFE;
}
.BgClassName
{
background-color: #A83AFE;
}
</style>
border-color css
<style>
span { border-color: #A83AFE; }
span { border-color: rgb(168,58,254); }
td.TdClassName
{
border-color: #A83AFE;
}
.TagClassName
{
border-color: #A83AFE;
}
</style>