Shades of Blue Violet #A61BEC
Tints of Blue Violet #A61BEC
RGB
CMYK
RGB Variations
Color information
#A61BEC (or 0xA61BEC) is known color: Blue Violet. HEX triplet: A6, 1B and EC. RGB value is (166,27,236). Sum of RGB (Red+Green+Blue) = 166+27+236=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #A61BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61BEC is #59E413. Grayscale: #5B5B5B. Windows color (decimal): -5891092 or 15473574. OLE color: 15473574.
HSL color Cylindrical-coordinate representation of color #A61BEC: hue angle of 279.9º 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 #A61BEC is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 27 | 236 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.07 |
| HSL | 279.9º | 0.85% | 0.52% | - |
| HSV(B) | 279.9º | 0.89% | 0.93% | - |
| XYZ | 31.26 | 14.95 | 80.59 | - |
| YUV | 92.39 | 209.05 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 236 | 0.30 | 0.89 | 0 | 0.07 | 279.9 | 0.85 | 0.52 |
| Hex | A6 | 1B | EC | 1E | 59 | 0 | 7 | 118 | 55 | 34 |
| Octal | 246 | 33 | 354 | 36 | 131 | 0 | 7 | 430 | 125 | 64 |
| Binary | 10100110 | 11011 | 11101100 | 11110 | 1011001 | 0 | 111 | 100011000 | 1010101 | 110100 |
Color Harmonies of #A61BEC
Complementary color
Monochromatic Colors of #A61BEC
Black with #A61BEC
Text Example
Text Example
White with #A61BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BEC; }
p { color: rgb(166,27,236); }
H1.HeaderClassName
{
color: #A61BEC;
}
.AnyTagClassName
{
color: #A61BEC;
}
</style>
background-color css
<style>
a { background-color: #A61BEC; }
a { background-color: rgb(166,27,236); }
div.DivClassName
{
background-color: #A61BEC;
}
.BgClassName
{
background-color: #A61BEC;
}
</style>
border-color css
<style>
span { border-color: #A61BEC; }
span { border-color: rgb(166,27,236); }
td.TdClassName
{
border-color: #A61BEC;
}
.TagClassName
{
border-color: #A61BEC;
}
</style>