Shades of Blue Violet #A81DEE
Tints of Blue Violet #A81DEE
RGB
CMYK
RGB Variations
Color information
#A81DEE (or 0xA81DEE) is known color: Blue Violet. HEX triplet: A8, 1D and EE. RGB value is (168,29,238). Sum of RGB (Red+Green+Blue) = 168+29+238=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A81DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DEE is #57E211. Grayscale: #5D5D5D. Windows color (decimal): -5759506 or 15605160. OLE color: 15605160.
HSL color Cylindrical-coordinate representation of color #A81DEE: hue angle of 279.9º degrees, saturation: 0.86, 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 #A81DEE is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 29 | 238 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.07 |
| HSL | 279.9º | 0.86% | 0.52% | - |
| HSV(B) | 279.9º | 0.88% | 0.93% | - |
| XYZ | 32.02 | 15.38 | 82.17 | - |
| YUV | 94.39 | 209.05 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 238 | 0.29 | 0.88 | 0 | 0.07 | 279.9 | 0.86 | 0.52 |
| Hex | A8 | 1D | EE | 1D | 58 | 0 | 7 | 118 | 56 | 34 |
| Octal | 250 | 35 | 356 | 35 | 130 | 0 | 7 | 430 | 126 | 64 |
| Binary | 10101000 | 11101 | 11101110 | 11101 | 1011000 | 0 | 111 | 100011000 | 1010110 | 110100 |
Color Harmonies of #A81DEE
Complementary color
Monochromatic Colors of #A81DEE
Black with #A81DEE
Text Example
Text Example
White with #A81DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DEE; }
p { color: rgb(168,29,238); }
H1.HeaderClassName
{
color: #A81DEE;
}
.AnyTagClassName
{
color: #A81DEE;
}
</style>
background-color css
<style>
a { background-color: #A81DEE; }
a { background-color: rgb(168,29,238); }
div.DivClassName
{
background-color: #A81DEE;
}
.BgClassName
{
background-color: #A81DEE;
}
</style>
border-color css
<style>
span { border-color: #A81DEE; }
span { border-color: rgb(168,29,238); }
td.TdClassName
{
border-color: #A81DEE;
}
.TagClassName
{
border-color: #A81DEE;
}
</style>