Shades of Blue Violet #A619E9
Tints of Blue Violet #A619E9
RGB
CMYK
RGB Variations
Color information
#A619E9 (or 0xA619E9) is known color: Blue Violet. HEX triplet: A6, 19 and E9. RGB value is (166,25,233). Sum of RGB (Red+Green+Blue) = 166+25+233=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #A619E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619E9 is #59E616. Grayscale: #5A5A5A. Windows color (decimal): -5891607 or 15276454. OLE color: 15276454.
HSL color Cylindrical-coordinate representation of color #A619E9: hue angle of 280.67º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A619E9 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 25 | 233 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.09 |
| HSL | 280.67º | 0.83% | 0.51% | - |
| HSV(B) | 280.67º | 0.89% | 0.91% | - |
| XYZ | 30.78 | 14.69 | 78.3 | - |
| YUV | 90.87 | 208.21 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 233 | 0.29 | 0.89 | 0 | 0.09 | 280.67 | 0.83 | 0.51 |
| Hex | A6 | 19 | E9 | 1D | 59 | 0 | 9 | 119 | 53 | 33 |
| Octal | 246 | 31 | 351 | 35 | 131 | 0 | 11 | 431 | 123 | 63 |
| Binary | 10100110 | 11001 | 11101001 | 11101 | 1011001 | 0 | 1001 | 100011001 | 1010011 | 110011 |
Color Harmonies of #A619E9
Complementary color
Monochromatic Colors of #A619E9
Black with #A619E9
Text Example
Text Example
White with #A619E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619E9; }
p { color: rgb(166,25,233); }
H1.HeaderClassName
{
color: #A619E9;
}
.AnyTagClassName
{
color: #A619E9;
}
</style>
background-color css
<style>
a { background-color: #A619E9; }
a { background-color: rgb(166,25,233); }
div.DivClassName
{
background-color: #A619E9;
}
.BgClassName
{
background-color: #A619E9;
}
</style>
border-color css
<style>
span { border-color: #A619E9; }
span { border-color: rgb(166,25,233); }
td.TdClassName
{
border-color: #A619E9;
}
.TagClassName
{
border-color: #A619E9;
}
</style>