Shades of Blue Violet #A61CEC
Tints of Blue Violet #A61CEC
RGB
CMYK
RGB Variations
Color information
#A61CEC (or 0xA61CEC) is known color: Blue Violet. HEX triplet: A6, 1C and EC. RGB value is (166,28,236). Sum of RGB (Red+Green+Blue) = 166+28+236=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #A61CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CEC is #59E313. Grayscale: #5C5C5C. Windows color (decimal): -5890836 or 15473830. OLE color: 15473830.
HSL color Cylindrical-coordinate representation of color #A61CEC: hue angle of 279.81º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61CEC is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 28 | 236 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.07 |
| HSL | 279.81º | 0.85% | 0.52% | - |
| HSV(B) | 279.81º | 0.88% | 0.93% | - |
| XYZ | 31.28 | 14.99 | 80.6 | - |
| YUV | 92.97 | 208.72 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 236 | 0.30 | 0.88 | 0 | 0.07 | 279.81 | 0.85 | 0.52 |
| Hex | A6 | 1C | EC | 1E | 58 | 0 | 7 | 118 | 55 | 34 |
| Octal | 246 | 34 | 354 | 36 | 130 | 0 | 7 | 430 | 125 | 64 |
| Binary | 10100110 | 11100 | 11101100 | 11110 | 1011000 | 0 | 111 | 100011000 | 1010101 | 110100 |
Color Harmonies of #A61CEC
Complementary color
Monochromatic Colors of #A61CEC
Black with #A61CEC
Text Example
Text Example
White with #A61CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CEC; }
p { color: rgb(166,28,236); }
H1.HeaderClassName
{
color: #A61CEC;
}
.AnyTagClassName
{
color: #A61CEC;
}
</style>
background-color css
<style>
a { background-color: #A61CEC; }
a { background-color: rgb(166,28,236); }
div.DivClassName
{
background-color: #A61CEC;
}
.BgClassName
{
background-color: #A61CEC;
}
</style>
border-color css
<style>
span { border-color: #A61CEC; }
span { border-color: rgb(166,28,236); }
td.TdClassName
{
border-color: #A61CEC;
}
.TagClassName
{
border-color: #A61CEC;
}
</style>