Shades of Blue Violet #A81DE8
Tints of Blue Violet #A81DE8
RGB
CMYK
RGB Variations
Color information
#A81DE8 (or 0xA81DE8) is known color: Blue Violet. HEX triplet: A8, 1D and E8. RGB value is (168,29,232). Sum of RGB (Red+Green+Blue) = 168+29+232=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #A81DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81DE8 is #57E217. Grayscale: #5D5D5D. Windows color (decimal): -5759512 or 15211944. OLE color: 15211944.
HSL color Cylindrical-coordinate representation of color #A81DE8: hue angle of 281.08º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81DE8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 29 | 232 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.09 |
| HSL | 281.08º | 0.82% | 0.51% | - |
| HSV(B) | 281.08º | 0.88% | 0.91% | - |
| XYZ | 31.15 | 15.03 | 77.6 | - |
| YUV | 93.7 | 206.05 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 232 | 0.28 | 0.88 | 0 | 0.09 | 281.08 | 0.82 | 0.51 |
| Hex | A8 | 1D | E8 | 1C | 58 | 0 | 9 | 119 | 52 | 33 |
| Octal | 250 | 35 | 350 | 34 | 130 | 0 | 11 | 431 | 122 | 63 |
| Binary | 10101000 | 11101 | 11101000 | 11100 | 1011000 | 0 | 1001 | 100011001 | 1010010 | 110011 |
Color Harmonies of #A81DE8
Complementary color
Monochromatic Colors of #A81DE8
Black with #A81DE8
Text Example
Text Example
White with #A81DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DE8; }
p { color: rgb(168,29,232); }
H1.HeaderClassName
{
color: #A81DE8;
}
.AnyTagClassName
{
color: #A81DE8;
}
</style>
background-color css
<style>
a { background-color: #A81DE8; }
a { background-color: rgb(168,29,232); }
div.DivClassName
{
background-color: #A81DE8;
}
.BgClassName
{
background-color: #A81DE8;
}
</style>
border-color css
<style>
span { border-color: #A81DE8; }
span { border-color: rgb(168,29,232); }
td.TdClassName
{
border-color: #A81DE8;
}
.TagClassName
{
border-color: #A81DE8;
}
</style>