Shades of Blue Violet #A81AEC
Tints of Blue Violet #A81AEC
RGB
CMYK
RGB Variations
Color information
#A81AEC (or 0xA81AEC) is known color: Blue Violet. HEX triplet: A8, 1A and EC. RGB value is (168,26,236). Sum of RGB (Red+Green+Blue) = 168+26+236=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #A81AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81AEC is #57E513. Grayscale: #5B5B5B. Windows color (decimal): -5760276 or 15473320. OLE color: 15473320.
HSL color Cylindrical-coordinate representation of color #A81AEC: hue angle of 280.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AEC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 26 | 236 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.07 |
| HSL | 280.57º | 0.85% | 0.51% | - |
| HSV(B) | 280.57º | 0.89% | 0.93% | - |
| XYZ | 31.66 | 15.12 | 80.61 | - |
| YUV | 92.4 | 209.04 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 236 | 0.29 | 0.89 | 0 | 0.07 | 280.57 | 0.85 | 0.51 |
| Hex | A8 | 1A | EC | 1D | 59 | 0 | 7 | 119 | 55 | 33 |
| Octal | 250 | 32 | 354 | 35 | 131 | 0 | 7 | 431 | 125 | 63 |
| Binary | 10101000 | 11010 | 11101100 | 11101 | 1011001 | 0 | 111 | 100011001 | 1010101 | 110011 |
Color Harmonies of #A81AEC
Complementary color
Monochromatic Colors of #A81AEC
Black with #A81AEC
Text Example
Text Example
White with #A81AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AEC; }
p { color: rgb(168,26,236); }
H1.HeaderClassName
{
color: #A81AEC;
}
.AnyTagClassName
{
color: #A81AEC;
}
</style>
background-color css
<style>
a { background-color: #A81AEC; }
a { background-color: rgb(168,26,236); }
div.DivClassName
{
background-color: #A81AEC;
}
.BgClassName
{
background-color: #A81AEC;
}
</style>
border-color css
<style>
span { border-color: #A81AEC; }
span { border-color: rgb(168,26,236); }
td.TdClassName
{
border-color: #A81AEC;
}
.TagClassName
{
border-color: #A81AEC;
}
</style>