Shades of Blue Violet #A61CE6
Tints of Blue Violet #A61CE6
RGB
CMYK
RGB Variations
Color information
#A61CE6 (or 0xA61CE6) is known color: Blue Violet. HEX triplet: A6, 1C and E6. RGB value is (166,28,230). Sum of RGB (Red+Green+Blue) = 166+28+230=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #A61CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CE6 is #59E319. Grayscale: #5B5B5B. Windows color (decimal): -5890842 or 15080614. OLE color: 15080614.
HSL color Cylindrical-coordinate representation of color #A61CE6: hue angle of 280.99º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61CE6 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 28 | 230 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.10 |
| HSL | 280.99º | 0.8% | 0.51% | - |
| HSV(B) | 280.99º | 0.88% | 0.9% | - |
| XYZ | 30.42 | 14.65 | 76.09 | - |
| YUV | 92.29 | 205.72 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 230 | 0.28 | 0.88 | 0 | 0.10 | 280.99 | 0.8 | 0.51 |
| Hex | A6 | 1C | E6 | 1C | 58 | 0 | A | 119 | 50 | 33 |
| Octal | 246 | 34 | 346 | 34 | 130 | 0 | 12 | 431 | 120 | 63 |
| Binary | 10100110 | 11100 | 11100110 | 11100 | 1011000 | 0 | 1010 | 100011001 | 1010000 | 110011 |
Color Harmonies of #A61CE6
Complementary color
Monochromatic Colors of #A61CE6
Black with #A61CE6
Text Example
Text Example
White with #A61CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CE6; }
p { color: rgb(166,28,230); }
H1.HeaderClassName
{
color: #A61CE6;
}
.AnyTagClassName
{
color: #A61CE6;
}
</style>
background-color css
<style>
a { background-color: #A61CE6; }
a { background-color: rgb(166,28,230); }
div.DivClassName
{
background-color: #A61CE6;
}
.BgClassName
{
background-color: #A61CE6;
}
</style>
border-color css
<style>
span { border-color: #A61CE6; }
span { border-color: rgb(166,28,230); }
td.TdClassName
{
border-color: #A61CE6;
}
.TagClassName
{
border-color: #A61CE6;
}
</style>