Shades of Blue Violet #A61EED
Tints of Blue Violet #A61EED
RGB
CMYK
RGB Variations
Color information
#A61EED (or 0xA61EED) is known color: Blue Violet. HEX triplet: A6, 1E and ED. RGB value is (166,30,237). Sum of RGB (Red+Green+Blue) = 166+30+237=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 30 (12.11% from 255 or 6.93% 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 #A61EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EED is #59E112. Grayscale: #5D5D5D. Windows color (decimal): -5890323 or 15539878. OLE color: 15539878.
HSL color Cylindrical-coordinate representation of color #A61EED: hue angle of 279.42º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61EED is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 30 | 237 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.07 |
| HSL | 279.42º | 0.85% | 0.52% | - |
| HSV(B) | 279.42º | 0.87% | 0.93% | - |
| XYZ | 31.48 | 15.15 | 81.39 | - |
| YUV | 94.26 | 208.56 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 237 | 0.30 | 0.87 | 0 | 0.07 | 279.42 | 0.85 | 0.52 |
| Hex | A6 | 1E | ED | 1E | 57 | 0 | 7 | 117 | 55 | 34 |
| Octal | 246 | 36 | 355 | 36 | 127 | 0 | 7 | 427 | 125 | 64 |
| Binary | 10100110 | 11110 | 11101101 | 11110 | 1010111 | 0 | 111 | 100010111 | 1010101 | 110100 |
Color Harmonies of #A61EED
Complementary color
Monochromatic Colors of #A61EED
Black with #A61EED
Text Example
Text Example
White with #A61EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61EED; }
p { color: rgb(166,30,237); }
H1.HeaderClassName
{
color: #A61EED;
}
.AnyTagClassName
{
color: #A61EED;
}
</style>
background-color css
<style>
a { background-color: #A61EED; }
a { background-color: rgb(166,30,237); }
div.DivClassName
{
background-color: #A61EED;
}
.BgClassName
{
background-color: #A61EED;
}
</style>
border-color css
<style>
span { border-color: #A61EED; }
span { border-color: rgb(166,30,237); }
td.TdClassName
{
border-color: #A61EED;
}
.TagClassName
{
border-color: #A61EED;
}
</style>