Shades of Blue Violet #A628FE
Tints of Blue Violet #A628FE
RGB
CMYK
RGB Variations
Color information
#A628FE (or 0xA628FE) is known color: Blue Violet. HEX triplet: A6, 28 and FE. RGB value is (166,40,254). Sum of RGB (Red+Green+Blue) = 166+40+254=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #A628FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628FE is #59D701. Grayscale: #656565. Windows color (decimal): -5887746 or 16656550. OLE color: 16656550.
HSL color Cylindrical-coordinate representation of color #A628FE: hue angle of 275.33º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A628FE is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 40 | 254 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.00 |
| HSL | 275.33º | 0.99% | 0.58% | - |
| HSV(B) | 275.33º | 0.84% | 1% | - |
| XYZ | 34.37 | 16.78 | 95.19 | - |
| YUV | 102.07 | 213.74 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 254 | 0.35 | 0.84 | 0 | 0.00 | 275.33 | 0.99 | 0.58 |
| Hex | A6 | 28 | FE | 23 | 54 | 0 | 0 | 113 | 63 | 3A |
| Octal | 246 | 50 | 376 | 43 | 124 | 0 | 0 | 423 | 143 | 72 |
| Binary | 10100110 | 101000 | 11111110 | 100011 | 1010100 | 0 | 0 | 100010011 | 1100011 | 111010 |
Color Harmonies of #A628FE
Complementary color
Monochromatic Colors of #A628FE
Black with #A628FE
Text Example
Text Example
White with #A628FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628FE; }
p { color: rgb(166,40,254); }
H1.HeaderClassName
{
color: #A628FE;
}
.AnyTagClassName
{
color: #A628FE;
}
</style>
background-color css
<style>
a { background-color: #A628FE; }
a { background-color: rgb(166,40,254); }
div.DivClassName
{
background-color: #A628FE;
}
.BgClassName
{
background-color: #A628FE;
}
</style>
border-color css
<style>
span { border-color: #A628FE; }
span { border-color: rgb(166,40,254); }
td.TdClassName
{
border-color: #A628FE;
}
.TagClassName
{
border-color: #A628FE;
}
</style>