Shades of Blue Violet #A628F3
Tints of Blue Violet #A628F3
RGB
CMYK
RGB Variations
Color information
#A628F3 (or 0xA628F3) is known color: Blue Violet. HEX triplet: A6, 28 and F3. RGB value is (166,40,243). Sum of RGB (Red+Green+Blue) = 166+40+243=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #A628F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628F3 is #59D70C. Grayscale: #646464. Windows color (decimal): -5887757 or 15935654. OLE color: 15935654.
HSL color Cylindrical-coordinate representation of color #A628F3: hue angle of 277.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A628F3 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 40 | 243 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.05 |
| HSL | 277.24º | 0.89% | 0.55% | - |
| HSV(B) | 277.24º | 0.84% | 0.95% | - |
| XYZ | 32.66 | 16.1 | 86.18 | - |
| YUV | 100.82 | 208.24 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 243 | 0.32 | 0.84 | 0 | 0.05 | 277.24 | 0.89 | 0.55 |
| Hex | A6 | 28 | F3 | 20 | 54 | 0 | 5 | 115 | 59 | 37 |
| Octal | 246 | 50 | 363 | 40 | 124 | 0 | 5 | 425 | 131 | 67 |
| Binary | 10100110 | 101000 | 11110011 | 100000 | 1010100 | 0 | 101 | 100010101 | 1011001 | 110111 |
Color Harmonies of #A628F3
Complementary color
Monochromatic Colors of #A628F3
Black with #A628F3
Text Example
Text Example
White with #A628F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628F3; }
p { color: rgb(166,40,243); }
H1.HeaderClassName
{
color: #A628F3;
}
.AnyTagClassName
{
color: #A628F3;
}
</style>
background-color css
<style>
a { background-color: #A628F3; }
a { background-color: rgb(166,40,243); }
div.DivClassName
{
background-color: #A628F3;
}
.BgClassName
{
background-color: #A628F3;
}
</style>
border-color css
<style>
span { border-color: #A628F3; }
span { border-color: rgb(166,40,243); }
td.TdClassName
{
border-color: #A628F3;
}
.TagClassName
{
border-color: #A628F3;
}
</style>