Shades of Blue Violet #A621FD
Tints of Blue Violet #A621FD
RGB
CMYK
RGB Variations
Color information
#A621FD (or 0xA621FD) is known color: Blue Violet. HEX triplet: A6, 21 and FD. RGB value is (166,33,253). Sum of RGB (Red+Green+Blue) = 166+33+253=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #A621FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A621FD is #59DE02. Grayscale: #616161. Windows color (decimal): -5889539 or 16589222. OLE color: 16589222.
HSL color Cylindrical-coordinate representation of color #A621FD: hue angle of 276.27º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A621FD is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 33 | 253 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.01 |
| HSL | 276.27º | 0.98% | 0.56% | - |
| HSV(B) | 276.27º | 0.87% | 0.99% | - |
| XYZ | 34 | 16.29 | 94.28 | - |
| YUV | 97.85 | 215.56 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 253 | 0.34 | 0.87 | 0 | 0.01 | 276.27 | 0.98 | 0.56 |
| Hex | A6 | 21 | FD | 22 | 57 | 0 | 1 | 114 | 62 | 38 |
| Octal | 246 | 41 | 375 | 42 | 127 | 0 | 1 | 424 | 142 | 70 |
| Binary | 10100110 | 100001 | 11111101 | 100010 | 1010111 | 0 | 1 | 100010100 | 1100010 | 111000 |
Color Harmonies of #A621FD
Complementary color
Monochromatic Colors of #A621FD
Black with #A621FD
Text Example
Text Example
White with #A621FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621FD; }
p { color: rgb(166,33,253); }
H1.HeaderClassName
{
color: #A621FD;
}
.AnyTagClassName
{
color: #A621FD;
}
</style>
background-color css
<style>
a { background-color: #A621FD; }
a { background-color: rgb(166,33,253); }
div.DivClassName
{
background-color: #A621FD;
}
.BgClassName
{
background-color: #A621FD;
}
</style>
border-color css
<style>
span { border-color: #A621FD; }
span { border-color: rgb(166,33,253); }
td.TdClassName
{
border-color: #A621FD;
}
.TagClassName
{
border-color: #A621FD;
}
</style>