Shades of Blue Violet #A628EE
Tints of Blue Violet #A628EE
RGB
CMYK
RGB Variations
Color information
#A628EE (or 0xA628EE) is known color: Blue Violet. HEX triplet: A6, 28 and EE. RGB value is (166,40,238). Sum of RGB (Red+Green+Blue) = 166+40+238=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #A628EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628EE is #59D711. Grayscale: #636363. Windows color (decimal): -5887762 or 15607974. OLE color: 15607974.
HSL color Cylindrical-coordinate representation of color #A628EE: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A628EE is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 40 | 238 | - |
| CMYK | 0.30 | 0.83 | 0 | 0.07 |
| HSL | 278.18º | 0.85% | 0.55% | - |
| HSV(B) | 278.18º | 0.83% | 0.93% | - |
| XYZ | 31.92 | 15.8 | 82.26 | - |
| YUV | 100.25 | 205.74 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 238 | 0.30 | 0.83 | 0 | 0.07 | 278.18 | 0.85 | 0.55 |
| Hex | A6 | 28 | EE | 1E | 53 | 0 | 7 | 116 | 55 | 37 |
| Octal | 246 | 50 | 356 | 36 | 123 | 0 | 7 | 426 | 125 | 67 |
| Binary | 10100110 | 101000 | 11101110 | 11110 | 1010011 | 0 | 111 | 100010110 | 1010101 | 110111 |
Color Harmonies of #A628EE
Complementary color
Monochromatic Colors of #A628EE
Black with #A628EE
Text Example
Text Example
White with #A628EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628EE; }
p { color: rgb(166,40,238); }
H1.HeaderClassName
{
color: #A628EE;
}
.AnyTagClassName
{
color: #A628EE;
}
</style>
background-color css
<style>
a { background-color: #A628EE; }
a { background-color: rgb(166,40,238); }
div.DivClassName
{
background-color: #A628EE;
}
.BgClassName
{
background-color: #A628EE;
}
</style>
border-color css
<style>
span { border-color: #A628EE; }
span { border-color: rgb(166,40,238); }
td.TdClassName
{
border-color: #A628EE;
}
.TagClassName
{
border-color: #A628EE;
}
</style>