Shades of Blue Violet #A61BE8
Tints of Blue Violet #A61BE8
RGB
CMYK
RGB Variations
Color information
#A61BE8 (or 0xA61BE8) is known color: Blue Violet. HEX triplet: A6, 1B and E8. RGB value is (166,27,232). Sum of RGB (Red+Green+Blue) = 166+27+232=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #A61BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61BE8 is #59E417. Grayscale: #5B5B5B. Windows color (decimal): -5891096 or 15211430. OLE color: 15211430.
HSL color Cylindrical-coordinate representation of color #A61BE8: hue angle of 280.68º 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 #A61BE8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 27 | 232 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.09 |
| HSL | 280.68º | 0.82% | 0.51% | - |
| HSV(B) | 280.68º | 0.88% | 0.91% | - |
| XYZ | 30.68 | 14.72 | 77.57 | - |
| YUV | 91.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 232 | 0.28 | 0.88 | 0 | 0.09 | 280.68 | 0.82 | 0.51 |
| Hex | A6 | 1B | E8 | 1C | 58 | 0 | 9 | 119 | 52 | 33 |
| Octal | 246 | 33 | 350 | 34 | 130 | 0 | 11 | 431 | 122 | 63 |
| Binary | 10100110 | 11011 | 11101000 | 11100 | 1011000 | 0 | 1001 | 100011001 | 1010010 | 110011 |
Color Harmonies of #A61BE8
Complementary color
Monochromatic Colors of #A61BE8
Black with #A61BE8
Text Example
Text Example
White with #A61BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BE8; }
p { color: rgb(166,27,232); }
H1.HeaderClassName
{
color: #A61BE8;
}
.AnyTagClassName
{
color: #A61BE8;
}
</style>
background-color css
<style>
a { background-color: #A61BE8; }
a { background-color: rgb(166,27,232); }
div.DivClassName
{
background-color: #A61BE8;
}
.BgClassName
{
background-color: #A61BE8;
}
</style>
border-color css
<style>
span { border-color: #A61BE8; }
span { border-color: rgb(166,27,232); }
td.TdClassName
{
border-color: #A61BE8;
}
.TagClassName
{
border-color: #A61BE8;
}
</style>