Shades of Blue Violet #A81CEF
Tints of Blue Violet #A81CEF
RGB
CMYK
RGB Variations
Color information
#A81CEF (or 0xA81CEF) is known color: Blue Violet. HEX triplet: A8, 1C and EF. RGB value is (168,28,239). Sum of RGB (Red+Green+Blue) = 168+28+239=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #A81CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CEF is #57E310. Grayscale: #5D5D5D. Windows color (decimal): -5759761 or 15670440. OLE color: 15670440.
HSL color Cylindrical-coordinate representation of color #A81CEF: hue angle of 279.81º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81CEF is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 28 | 239 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.06 |
| HSL | 279.81º | 0.87% | 0.52% | - |
| HSV(B) | 279.81º | 0.88% | 0.94% | - |
| XYZ | 32.14 | 15.39 | 82.94 | - |
| YUV | 93.91 | 209.88 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 239 | 0.30 | 0.88 | 0 | 0.06 | 279.81 | 0.87 | 0.52 |
| Hex | A8 | 1C | EF | 1E | 58 | 0 | 6 | 118 | 57 | 34 |
| Octal | 250 | 34 | 357 | 36 | 130 | 0 | 6 | 430 | 127 | 64 |
| Binary | 10101000 | 11100 | 11101111 | 11110 | 1011000 | 0 | 110 | 100011000 | 1010111 | 110100 |
Color Harmonies of #A81CEF
Complementary color
Monochromatic Colors of #A81CEF
Black with #A81CEF
Text Example
Text Example
White with #A81CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CEF; }
p { color: rgb(168,28,239); }
H1.HeaderClassName
{
color: #A81CEF;
}
.AnyTagClassName
{
color: #A81CEF;
}
</style>
background-color css
<style>
a { background-color: #A81CEF; }
a { background-color: rgb(168,28,239); }
div.DivClassName
{
background-color: #A81CEF;
}
.BgClassName
{
background-color: #A81CEF;
}
</style>
border-color css
<style>
span { border-color: #A81CEF; }
span { border-color: rgb(168,28,239); }
td.TdClassName
{
border-color: #A81CEF;
}
.TagClassName
{
border-color: #A81CEF;
}
</style>