Shades of Blue Violet #A628FC
Tints of Blue Violet #A628FC
RGB
CMYK
RGB Variations
Color information
#A628FC (or 0xA628FC) is known color: Blue Violet. HEX triplet: A6, 28 and FC. RGB value is (166,40,252). Sum of RGB (Red+Green+Blue) = 166+40+252=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #A628FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628FC is #59D703. Grayscale: #656565. Windows color (decimal): -5887748 or 16525478. OLE color: 16525478.
HSL color Cylindrical-coordinate representation of color #A628FC: hue angle of 275.66º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A628FC is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 40 | 252 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.01 |
| HSL | 275.66º | 0.97% | 0.57% | - |
| HSV(B) | 275.66º | 0.84% | 0.99% | - |
| XYZ | 34.06 | 16.65 | 93.51 | - |
| YUV | 101.84 | 212.74 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 252 | 0.34 | 0.84 | 0 | 0.01 | 275.66 | 0.97 | 0.57 |
| Hex | A6 | 28 | FC | 22 | 54 | 0 | 1 | 114 | 61 | 39 |
| Octal | 246 | 50 | 374 | 42 | 124 | 0 | 1 | 424 | 141 | 71 |
| Binary | 10100110 | 101000 | 11111100 | 100010 | 1010100 | 0 | 1 | 100010100 | 1100001 | 111001 |
Color Harmonies of #A628FC
Complementary color
Monochromatic Colors of #A628FC
Black with #A628FC
Text Example
Text Example
White with #A628FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628FC; }
p { color: rgb(166,40,252); }
H1.HeaderClassName
{
color: #A628FC;
}
.AnyTagClassName
{
color: #A628FC;
}
</style>
background-color css
<style>
a { background-color: #A628FC; }
a { background-color: rgb(166,40,252); }
div.DivClassName
{
background-color: #A628FC;
}
.BgClassName
{
background-color: #A628FC;
}
</style>
border-color css
<style>
span { border-color: #A628FC; }
span { border-color: rgb(166,40,252); }
td.TdClassName
{
border-color: #A628FC;
}
.TagClassName
{
border-color: #A628FC;
}
</style>