Shades of Blue Violet #A81AEE
Tints of Blue Violet #A81AEE
RGB
CMYK
RGB Variations
Color information
#A81AEE (or 0xA81AEE) is known color: Blue Violet. HEX triplet: A8, 1A and EE. RGB value is (168,26,238). Sum of RGB (Red+Green+Blue) = 168+26+238=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #A81AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AEE is #57E511. Grayscale: #5B5B5B. Windows color (decimal): -5760274 or 15604392. OLE color: 15604392.
HSL color Cylindrical-coordinate representation of color #A81AEE: hue angle of 280.19º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AEE is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 26 | 238 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.07 |
| HSL | 280.19º | 0.86% | 0.52% | - |
| HSV(B) | 280.19º | 0.89% | 0.93% | - |
| XYZ | 31.95 | 15.24 | 82.15 | - |
| YUV | 92.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 238 | 0.29 | 0.89 | 0 | 0.07 | 280.19 | 0.86 | 0.52 |
| Hex | A8 | 1A | EE | 1D | 59 | 0 | 7 | 118 | 56 | 34 |
| Octal | 250 | 32 | 356 | 35 | 131 | 0 | 7 | 430 | 126 | 64 |
| Binary | 10101000 | 11010 | 11101110 | 11101 | 1011001 | 0 | 111 | 100011000 | 1010110 | 110100 |
Color Harmonies of #A81AEE
Complementary color
Monochromatic Colors of #A81AEE
Black with #A81AEE
Text Example
Text Example
White with #A81AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AEE; }
p { color: rgb(168,26,238); }
H1.HeaderClassName
{
color: #A81AEE;
}
.AnyTagClassName
{
color: #A81AEE;
}
</style>
background-color css
<style>
a { background-color: #A81AEE; }
a { background-color: rgb(168,26,238); }
div.DivClassName
{
background-color: #A81AEE;
}
.BgClassName
{
background-color: #A81AEE;
}
</style>
border-color css
<style>
span { border-color: #A81AEE; }
span { border-color: rgb(168,26,238); }
td.TdClassName
{
border-color: #A81AEE;
}
.TagClassName
{
border-color: #A81AEE;
}
</style>