Shades of Blue Violet #A81CED
Tints of Blue Violet #A81CED
RGB
CMYK
RGB Variations
Color information
#A81CED (or 0xA81CED) is known color: Blue Violet. HEX triplet: A8, 1C and ED. RGB value is (168,28,237). Sum of RGB (Red+Green+Blue) = 168+28+237=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #A81CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81CED is #57E312. Grayscale: #5C5C5C. Windows color (decimal): -5759763 or 15539368. OLE color: 15539368.
HSL color Cylindrical-coordinate representation of color #A81CED: hue angle of 280.19º degrees, saturation: 0.85, 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 #A81CED is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 28 | 237 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.07 |
| HSL | 280.19º | 0.85% | 0.52% | - |
| HSV(B) | 280.19º | 0.88% | 0.93% | - |
| XYZ | 31.85 | 15.27 | 81.39 | - |
| YUV | 93.69 | 208.88 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 237 | 0.29 | 0.88 | 0 | 0.07 | 280.19 | 0.85 | 0.52 |
| Hex | A8 | 1C | ED | 1D | 58 | 0 | 7 | 118 | 55 | 34 |
| Octal | 250 | 34 | 355 | 35 | 130 | 0 | 7 | 430 | 125 | 64 |
| Binary | 10101000 | 11100 | 11101101 | 11101 | 1011000 | 0 | 111 | 100011000 | 1010101 | 110100 |
Color Harmonies of #A81CED
Complementary color
Monochromatic Colors of #A81CED
Black with #A81CED
Text Example
Text Example
White with #A81CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CED; }
p { color: rgb(168,28,237); }
H1.HeaderClassName
{
color: #A81CED;
}
.AnyTagClassName
{
color: #A81CED;
}
</style>
background-color css
<style>
a { background-color: #A81CED; }
a { background-color: rgb(168,28,237); }
div.DivClassName
{
background-color: #A81CED;
}
.BgClassName
{
background-color: #A81CED;
}
</style>
border-color css
<style>
span { border-color: #A81CED; }
span { border-color: rgb(168,28,237); }
td.TdClassName
{
border-color: #A81CED;
}
.TagClassName
{
border-color: #A81CED;
}
</style>