Shades of Blue Violet #A628EF
Tints of Blue Violet #A628EF
RGB
CMYK
RGB Variations
Color information
#A628EF (or 0xA628EF) is known color: Blue Violet. HEX triplet: A6, 28 and EF. RGB value is (166,40,239). Sum of RGB (Red+Green+Blue) = 166+40+239=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #A628EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628EF is #59D710. Grayscale: #636363. Windows color (decimal): -5887761 or 15673510. OLE color: 15673510.
HSL color Cylindrical-coordinate representation of color #A628EF: hue angle of 277.99º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A628EF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 40 | 239 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.06 |
| HSL | 277.99º | 0.86% | 0.55% | - |
| HSV(B) | 277.99º | 0.83% | 0.94% | - |
| XYZ | 32.06 | 15.86 | 83.03 | - |
| YUV | 100.36 | 206.24 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 239 | 0.31 | 0.83 | 0 | 0.06 | 277.99 | 0.86 | 0.55 |
| Hex | A6 | 28 | EF | 1F | 53 | 0 | 6 | 116 | 56 | 37 |
| Octal | 246 | 50 | 357 | 37 | 123 | 0 | 6 | 426 | 126 | 67 |
| Binary | 10100110 | 101000 | 11101111 | 11111 | 1010011 | 0 | 110 | 100010110 | 1010110 | 110111 |
Color Harmonies of #A628EF
Complementary color
Monochromatic Colors of #A628EF
Black with #A628EF
Text Example
Text Example
White with #A628EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628EF; }
p { color: rgb(166,40,239); }
H1.HeaderClassName
{
color: #A628EF;
}
.AnyTagClassName
{
color: #A628EF;
}
</style>
background-color css
<style>
a { background-color: #A628EF; }
a { background-color: rgb(166,40,239); }
div.DivClassName
{
background-color: #A628EF;
}
.BgClassName
{
background-color: #A628EF;
}
</style>
border-color css
<style>
span { border-color: #A628EF; }
span { border-color: rgb(166,40,239); }
td.TdClassName
{
border-color: #A628EF;
}
.TagClassName
{
border-color: #A628EF;
}
</style>