Shades of Blue Violet #A618EE
Tints of Blue Violet #A618EE
RGB
CMYK
RGB Variations
Color information
#A618EE (or 0xA618EE) is known color: Blue Violet. HEX triplet: A6, 18 and EE. RGB value is (166,24,238). Sum of RGB (Red+Green+Blue) = 166+24+238=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #A618EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A618EE is #59E711. Grayscale: #5A5A5A. Windows color (decimal): -5891858 or 15603878. OLE color: 15603878.
HSL color Cylindrical-coordinate representation of color #A618EE: hue angle of 279.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A618EE is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 24 | 238 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.07 |
| HSL | 279.81º | 0.86% | 0.51% | - |
| HSV(B) | 279.81º | 0.9% | 0.93% | - |
| XYZ | 31.49 | 14.93 | 82.11 | - |
| YUV | 90.85 | 211.04 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 238 | 0.30 | 0.90 | 0 | 0.07 | 279.81 | 0.86 | 0.51 |
| Hex | A6 | 18 | EE | 1E | 5A | 0 | 7 | 118 | 56 | 33 |
| Octal | 246 | 30 | 356 | 36 | 132 | 0 | 7 | 430 | 126 | 63 |
| Binary | 10100110 | 11000 | 11101110 | 11110 | 1011010 | 0 | 111 | 100011000 | 1010110 | 110011 |
Color Harmonies of #A618EE
Complementary color
Monochromatic Colors of #A618EE
Black with #A618EE
Text Example
Text Example
White with #A618EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618EE; }
p { color: rgb(166,24,238); }
H1.HeaderClassName
{
color: #A618EE;
}
.AnyTagClassName
{
color: #A618EE;
}
</style>
background-color css
<style>
a { background-color: #A618EE; }
a { background-color: rgb(166,24,238); }
div.DivClassName
{
background-color: #A618EE;
}
.BgClassName
{
background-color: #A618EE;
}
</style>
border-color css
<style>
span { border-color: #A618EE; }
span { border-color: rgb(166,24,238); }
td.TdClassName
{
border-color: #A618EE;
}
.TagClassName
{
border-color: #A618EE;
}
</style>