Shades of Blue Violet #A621F4
Tints of Blue Violet #A621F4
RGB
CMYK
RGB Variations
Color information
#A621F4 (or 0xA621F4) is known color: Blue Violet. HEX triplet: A6, 21 and F4. RGB value is (166,33,244). Sum of RGB (Red+Green+Blue) = 166+33+244=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #A621F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621F4 is #59DE0B. Grayscale: #606060. Windows color (decimal): -5889548 or 15999398. OLE color: 15999398.
HSL color Cylindrical-coordinate representation of color #A621F4: hue angle of 277.82º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A621F4 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 33 | 244 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.04 |
| HSL | 277.82º | 0.91% | 0.54% | - |
| HSV(B) | 277.82º | 0.86% | 0.96% | - |
| XYZ | 32.6 | 15.73 | 86.91 | - |
| YUV | 96.82 | 211.06 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 244 | 0.32 | 0.86 | 0 | 0.04 | 277.82 | 0.91 | 0.54 |
| Hex | A6 | 21 | F4 | 20 | 56 | 0 | 4 | 116 | 5B | 36 |
| Octal | 246 | 41 | 364 | 40 | 126 | 0 | 4 | 426 | 133 | 66 |
| Binary | 10100110 | 100001 | 11110100 | 100000 | 1010110 | 0 | 100 | 100010110 | 1011011 | 110110 |
Color Harmonies of #A621F4
Complementary color
Monochromatic Colors of #A621F4
Black with #A621F4
Text Example
Text Example
White with #A621F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621F4; }
p { color: rgb(166,33,244); }
H1.HeaderClassName
{
color: #A621F4;
}
.AnyTagClassName
{
color: #A621F4;
}
</style>
background-color css
<style>
a { background-color: #A621F4; }
a { background-color: rgb(166,33,244); }
div.DivClassName
{
background-color: #A621F4;
}
.BgClassName
{
background-color: #A621F4;
}
</style>
border-color css
<style>
span { border-color: #A621F4; }
span { border-color: rgb(166,33,244); }
td.TdClassName
{
border-color: #A621F4;
}
.TagClassName
{
border-color: #A621F4;
}
</style>