Shades of Blue Violet #A81BEE
Tints of Blue Violet #A81BEE
RGB
CMYK
RGB Variations
Color information
#A81BEE (or 0xA81BEE) is known color: Blue Violet. HEX triplet: A8, 1B and EE. RGB value is (168,27,238). Sum of RGB (Red+Green+Blue) = 168+27+238=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #A81BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BEE is #57E411. Grayscale: #5C5C5C. Windows color (decimal): -5760018 or 15604648. OLE color: 15604648.
HSL color Cylindrical-coordinate representation of color #A81BEE: hue angle of 280.09º degrees, saturation: 0.86, 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 #A81BEE is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 27 | 238 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.07 |
| HSL | 280.09º | 0.86% | 0.52% | - |
| HSV(B) | 280.09º | 0.89% | 0.93% | - |
| XYZ | 31.97 | 15.28 | 82.15 | - |
| YUV | 93.21 | 209.71 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 238 | 0.29 | 0.89 | 0 | 0.07 | 280.09 | 0.86 | 0.52 |
| Hex | A8 | 1B | EE | 1D | 59 | 0 | 7 | 118 | 56 | 34 |
| Octal | 250 | 33 | 356 | 35 | 131 | 0 | 7 | 430 | 126 | 64 |
| Binary | 10101000 | 11011 | 11101110 | 11101 | 1011001 | 0 | 111 | 100011000 | 1010110 | 110100 |
Color Harmonies of #A81BEE
Complementary color
Monochromatic Colors of #A81BEE
Black with #A81BEE
Text Example
Text Example
White with #A81BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BEE; }
p { color: rgb(168,27,238); }
H1.HeaderClassName
{
color: #A81BEE;
}
.AnyTagClassName
{
color: #A81BEE;
}
</style>
background-color css
<style>
a { background-color: #A81BEE; }
a { background-color: rgb(168,27,238); }
div.DivClassName
{
background-color: #A81BEE;
}
.BgClassName
{
background-color: #A81BEE;
}
</style>
border-color css
<style>
span { border-color: #A81BEE; }
span { border-color: rgb(168,27,238); }
td.TdClassName
{
border-color: #A81BEE;
}
.TagClassName
{
border-color: #A81BEE;
}
</style>