Shades of Blue Violet #A619ED
Tints of Blue Violet #A619ED
RGB
CMYK
RGB Variations
Color information
#A619ED (or 0xA619ED) is known color: Blue Violet. HEX triplet: A6, 19 and ED. RGB value is (166,25,237). Sum of RGB (Red+Green+Blue) = 166+25+237=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #A619ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619ED is #59E612. Grayscale: #5A5A5A. Windows color (decimal): -5891603 or 15538598. OLE color: 15538598.
HSL color Cylindrical-coordinate representation of color #A619ED: hue angle of 279.91º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A619ED is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 25 | 237 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.07 |
| HSL | 279.91º | 0.85% | 0.51% | - |
| HSV(B) | 279.91º | 0.89% | 0.93% | - |
| XYZ | 31.36 | 14.92 | 81.35 | - |
| YUV | 91.33 | 210.21 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 237 | 0.30 | 0.89 | 0 | 0.07 | 279.91 | 0.85 | 0.51 |
| Hex | A6 | 19 | ED | 1E | 59 | 0 | 7 | 118 | 55 | 33 |
| Octal | 246 | 31 | 355 | 36 | 131 | 0 | 7 | 430 | 125 | 63 |
| Binary | 10100110 | 11001 | 11101101 | 11110 | 1011001 | 0 | 111 | 100011000 | 1010101 | 110011 |
Color Harmonies of #A619ED
Complementary color
Monochromatic Colors of #A619ED
Black with #A619ED
Text Example
Text Example
White with #A619ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619ED; }
p { color: rgb(166,25,237); }
H1.HeaderClassName
{
color: #A619ED;
}
.AnyTagClassName
{
color: #A619ED;
}
</style>
background-color css
<style>
a { background-color: #A619ED; }
a { background-color: rgb(166,25,237); }
div.DivClassName
{
background-color: #A619ED;
}
.BgClassName
{
background-color: #A619ED;
}
</style>
border-color css
<style>
span { border-color: #A619ED; }
span { border-color: rgb(166,25,237); }
td.TdClassName
{
border-color: #A619ED;
}
.TagClassName
{
border-color: #A619ED;
}
</style>