Shades of Blue Violet #A81CE9
Tints of Blue Violet #A81CE9
RGB
CMYK
RGB Variations
Color information
#A81CE9 (or 0xA81CE9) is known color: Blue Violet. HEX triplet: A8, 1C and E9. RGB value is (168,28,233). Sum of RGB (Red+Green+Blue) = 168+28+233=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #A81CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CE9 is #57E316. Grayscale: #5C5C5C. Windows color (decimal): -5759767 or 15277224. OLE color: 15277224.
HSL color Cylindrical-coordinate representation of color #A81CE9: hue angle of 280.98º 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 #A81CE9 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 28 | 233 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.09 |
| HSL | 280.98º | 0.82% | 0.51% | - |
| HSV(B) | 280.98º | 0.88% | 0.91% | - |
| XYZ | 31.27 | 15.04 | 78.35 | - |
| YUV | 93.23 | 206.88 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 233 | 0.28 | 0.88 | 0 | 0.09 | 280.98 | 0.82 | 0.51 |
| Hex | A8 | 1C | E9 | 1C | 58 | 0 | 9 | 119 | 52 | 33 |
| Octal | 250 | 34 | 351 | 34 | 130 | 0 | 11 | 431 | 122 | 63 |
| Binary | 10101000 | 11100 | 11101001 | 11100 | 1011000 | 0 | 1001 | 100011001 | 1010010 | 110011 |
Color Harmonies of #A81CE9
Complementary color
Monochromatic Colors of #A81CE9
Black with #A81CE9
Text Example
Text Example
White with #A81CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CE9; }
p { color: rgb(168,28,233); }
H1.HeaderClassName
{
color: #A81CE9;
}
.AnyTagClassName
{
color: #A81CE9;
}
</style>
background-color css
<style>
a { background-color: #A81CE9; }
a { background-color: rgb(168,28,233); }
div.DivClassName
{
background-color: #A81CE9;
}
.BgClassName
{
background-color: #A81CE9;
}
</style>
border-color css
<style>
span { border-color: #A81CE9; }
span { border-color: rgb(168,28,233); }
td.TdClassName
{
border-color: #A81CE9;
}
.TagClassName
{
border-color: #A81CE9;
}
</style>