Shades of Blue Violet #A81CE8
Tints of Blue Violet #A81CE8
RGB
CMYK
RGB Variations
Color information
#A81CE8 (or 0xA81CE8) is known color: Blue Violet. HEX triplet: A8, 1C and E8. RGB value is (168,28,232). Sum of RGB (Red+Green+Blue) = 168+28+232=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #A81CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CE8 is #57E317. Grayscale: #5C5C5C. Windows color (decimal): -5759768 or 15211688. OLE color: 15211688.
HSL color Cylindrical-coordinate representation of color #A81CE8: hue angle of 281.18º 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 #A81CE8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 28 | 232 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.09 |
| HSL | 281.18º | 0.82% | 0.51% | - |
| HSV(B) | 281.18º | 0.88% | 0.91% | - |
| XYZ | 31.13 | 14.98 | 77.59 | - |
| YUV | 93.12 | 206.38 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 232 | 0.28 | 0.88 | 0 | 0.09 | 281.18 | 0.82 | 0.51 |
| Hex | A8 | 1C | E8 | 1C | 58 | 0 | 9 | 119 | 52 | 33 |
| Octal | 250 | 34 | 350 | 34 | 130 | 0 | 11 | 431 | 122 | 63 |
| Binary | 10101000 | 11100 | 11101000 | 11100 | 1011000 | 0 | 1001 | 100011001 | 1010010 | 110011 |
Color Harmonies of #A81CE8
Complementary color
Monochromatic Colors of #A81CE8
Black with #A81CE8
Text Example
Text Example
White with #A81CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CE8; }
p { color: rgb(168,28,232); }
H1.HeaderClassName
{
color: #A81CE8;
}
.AnyTagClassName
{
color: #A81CE8;
}
</style>
background-color css
<style>
a { background-color: #A81CE8; }
a { background-color: rgb(168,28,232); }
div.DivClassName
{
background-color: #A81CE8;
}
.BgClassName
{
background-color: #A81CE8;
}
</style>
border-color css
<style>
span { border-color: #A81CE8; }
span { border-color: rgb(168,28,232); }
td.TdClassName
{
border-color: #A81CE8;
}
.TagClassName
{
border-color: #A81CE8;
}
</style>