Shades of Blue Violet #A81BED
Tints of Blue Violet #A81BED
RGB
CMYK
RGB Variations
Color information
#A81BED (or 0xA81BED) is known color: Blue Violet. HEX triplet: A8, 1B and ED. RGB value is (168,27,237). Sum of RGB (Red+Green+Blue) = 168+27+237=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #A81BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BED is #57E412. Grayscale: #5C5C5C. Windows color (decimal): -5760019 or 15539112. OLE color: 15539112.
HSL color Cylindrical-coordinate representation of color #A81BED: hue angle of 280.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81BED is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 27 | 237 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.07 |
| HSL | 280.29º | 0.85% | 0.52% | - |
| HSV(B) | 280.29º | 0.89% | 0.93% | - |
| XYZ | 31.83 | 15.22 | 81.38 | - |
| YUV | 93.1 | 209.21 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 237 | 0.29 | 0.89 | 0 | 0.07 | 280.29 | 0.85 | 0.52 |
| Hex | A8 | 1B | ED | 1D | 59 | 0 | 7 | 118 | 55 | 34 |
| Octal | 250 | 33 | 355 | 35 | 131 | 0 | 7 | 430 | 125 | 64 |
| Binary | 10101000 | 11011 | 11101101 | 11101 | 1011001 | 0 | 111 | 100011000 | 1010101 | 110100 |
Color Harmonies of #A81BED
Complementary color
Monochromatic Colors of #A81BED
Black with #A81BED
Text Example
Text Example
White with #A81BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BED; }
p { color: rgb(168,27,237); }
H1.HeaderClassName
{
color: #A81BED;
}
.AnyTagClassName
{
color: #A81BED;
}
</style>
background-color css
<style>
a { background-color: #A81BED; }
a { background-color: rgb(168,27,237); }
div.DivClassName
{
background-color: #A81BED;
}
.BgClassName
{
background-color: #A81BED;
}
</style>
border-color css
<style>
span { border-color: #A81BED; }
span { border-color: rgb(168,27,237); }
td.TdClassName
{
border-color: #A81BED;
}
.TagClassName
{
border-color: #A81BED;
}
</style>