Shades of Blue Violet #A83AEC
Tints of Blue Violet #A83AEC
RGB
CMYK
RGB Variations
Color information
#A83AEC (or 0xA83AEC) is known color: Blue Violet. HEX triplet: A8, 3A and EC. RGB value is (168,58,236). Sum of RGB (Red+Green+Blue) = 168+58+236=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #A83AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A83AEC is #57C513. Grayscale: #6E6E6E. Windows color (decimal): -5752084 or 15481512. OLE color: 15481512.
HSL color Cylindrical-coordinate representation of color #A83AEC: hue angle of 277.08º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A83AEC is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 58 | 236 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.07 |
| HSL | 277.08º | 0.82% | 0.58% | - |
| HSV(B) | 277.08º | 0.75% | 0.93% | - |
| XYZ | 32.8 | 17.41 | 80.99 | - |
| YUV | 111.18 | 198.44 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 236 | 0.29 | 0.75 | 0 | 0.07 | 277.08 | 0.82 | 0.58 |
| Hex | A8 | 3A | EC | 1D | 4B | 0 | 7 | 115 | 52 | 3A |
| Octal | 250 | 72 | 354 | 35 | 113 | 0 | 7 | 425 | 122 | 72 |
| Binary | 10101000 | 111010 | 11101100 | 11101 | 1001011 | 0 | 111 | 100010101 | 1010010 | 111010 |
Color Harmonies of #A83AEC
Complementary color
Monochromatic Colors of #A83AEC
Black with #A83AEC
Text Example
Text Example
White with #A83AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AEC; }
p { color: rgb(168,58,236); }
H1.HeaderClassName
{
color: #A83AEC;
}
.AnyTagClassName
{
color: #A83AEC;
}
</style>
background-color css
<style>
a { background-color: #A83AEC; }
a { background-color: rgb(168,58,236); }
div.DivClassName
{
background-color: #A83AEC;
}
.BgClassName
{
background-color: #A83AEC;
}
</style>
border-color css
<style>
span { border-color: #A83AEC; }
span { border-color: rgb(168,58,236); }
td.TdClassName
{
border-color: #A83AEC;
}
.TagClassName
{
border-color: #A83AEC;
}
</style>