Shades of Blue Violet #A81DEC
Tints of Blue Violet #A81DEC
RGB
CMYK
RGB Variations
Color information
#A81DEC (or 0xA81DEC) is known color: Blue Violet. HEX triplet: A8, 1D and EC. RGB value is (168,29,236). Sum of RGB (Red+Green+Blue) = 168+29+236=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #A81DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DEC is #57E213. Grayscale: #5D5D5D. Windows color (decimal): -5759508 or 15474088. OLE color: 15474088.
HSL color Cylindrical-coordinate representation of color #A81DEC: hue angle of 280.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DEC is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 29 | 236 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.07 |
| HSL | 280.29º | 0.84% | 0.52% | - |
| HSV(B) | 280.29º | 0.88% | 0.93% | - |
| XYZ | 31.73 | 15.26 | 80.63 | - |
| YUV | 94.16 | 208.05 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 236 | 0.29 | 0.88 | 0 | 0.07 | 280.29 | 0.84 | 0.52 |
| Hex | A8 | 1D | EC | 1D | 58 | 0 | 7 | 118 | 54 | 34 |
| Octal | 250 | 35 | 354 | 35 | 130 | 0 | 7 | 430 | 124 | 64 |
| Binary | 10101000 | 11101 | 11101100 | 11101 | 1011000 | 0 | 111 | 100011000 | 1010100 | 110100 |
Color Harmonies of #A81DEC
Complementary color
Monochromatic Colors of #A81DEC
Black with #A81DEC
Text Example
Text Example
White with #A81DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DEC; }
p { color: rgb(168,29,236); }
H1.HeaderClassName
{
color: #A81DEC;
}
.AnyTagClassName
{
color: #A81DEC;
}
</style>
background-color css
<style>
a { background-color: #A81DEC; }
a { background-color: rgb(168,29,236); }
div.DivClassName
{
background-color: #A81DEC;
}
.BgClassName
{
background-color: #A81DEC;
}
</style>
border-color css
<style>
span { border-color: #A81DEC; }
span { border-color: rgb(168,29,236); }
td.TdClassName
{
border-color: #A81DEC;
}
.TagClassName
{
border-color: #A81DEC;
}
</style>