Shades of Blue Violet #A619EE
Tints of Blue Violet #A619EE
RGB
CMYK
RGB Variations
Color information
#A619EE (or 0xA619EE) is known color: Blue Violet. HEX triplet: A6, 19 and EE. RGB value is (166,25,238). Sum of RGB (Red+Green+Blue) = 166+25+238=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #A619EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A619EE is #59E611. Grayscale: #5A5A5A. Windows color (decimal): -5891602 or 15604134. OLE color: 15604134.
HSL color Cylindrical-coordinate representation of color #A619EE: hue angle of 279.72º degrees, saturation: 0.86, 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 #A619EE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 25 | 238 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.07 |
| HSL | 279.72º | 0.86% | 0.52% | - |
| HSV(B) | 279.72º | 0.89% | 0.93% | - |
| XYZ | 31.51 | 14.98 | 82.12 | - |
| YUV | 91.44 | 210.71 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 238 | 0.30 | 0.89 | 0 | 0.07 | 279.72 | 0.86 | 0.52 |
| Hex | A6 | 19 | EE | 1E | 59 | 0 | 7 | 118 | 56 | 34 |
| Octal | 246 | 31 | 356 | 36 | 131 | 0 | 7 | 430 | 126 | 64 |
| Binary | 10100110 | 11001 | 11101110 | 11110 | 1011001 | 0 | 111 | 100011000 | 1010110 | 110100 |
Color Harmonies of #A619EE
Complementary color
Monochromatic Colors of #A619EE
Black with #A619EE
Text Example
Text Example
White with #A619EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619EE; }
p { color: rgb(166,25,238); }
H1.HeaderClassName
{
color: #A619EE;
}
.AnyTagClassName
{
color: #A619EE;
}
</style>
background-color css
<style>
a { background-color: #A619EE; }
a { background-color: rgb(166,25,238); }
div.DivClassName
{
background-color: #A619EE;
}
.BgClassName
{
background-color: #A619EE;
}
</style>
border-color css
<style>
span { border-color: #A619EE; }
span { border-color: rgb(166,25,238); }
td.TdClassName
{
border-color: #A619EE;
}
.TagClassName
{
border-color: #A619EE;
}
</style>