Shades of Blue Violet #A821F7
Tints of Blue Violet #A821F7
RGB
CMYK
RGB Variations
Color information
#A821F7 (or 0xA821F7) is known color: Blue Violet. HEX triplet: A8, 21 and F7. RGB value is (168,33,247). Sum of RGB (Red+Green+Blue) = 168+33+247=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #A821F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821F7 is #57DE08. Grayscale: #616161. Windows color (decimal): -5758473 or 16196008. OLE color: 16196008.
HSL color Cylindrical-coordinate representation of color #A821F7: hue angle of 277.85º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A821F7 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 33 | 247 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.03 |
| HSL | 277.85º | 0.93% | 0.55% | - |
| HSV(B) | 277.85º | 0.87% | 0.97% | - |
| XYZ | 33.48 | 16.13 | 89.34 | - |
| YUV | 97.76 | 212.23 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 247 | 0.32 | 0.87 | 0 | 0.03 | 277.85 | 0.93 | 0.55 |
| Hex | A8 | 21 | F7 | 20 | 57 | 0 | 3 | 116 | 5D | 37 |
| Octal | 250 | 41 | 367 | 40 | 127 | 0 | 3 | 426 | 135 | 67 |
| Binary | 10101000 | 100001 | 11110111 | 100000 | 1010111 | 0 | 11 | 100010110 | 1011101 | 110111 |
Color Harmonies of #A821F7
Complementary color
Monochromatic Colors of #A821F7
Black with #A821F7
Text Example
Text Example
White with #A821F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821F7; }
p { color: rgb(168,33,247); }
H1.HeaderClassName
{
color: #A821F7;
}
.AnyTagClassName
{
color: #A821F7;
}
</style>
background-color css
<style>
a { background-color: #A821F7; }
a { background-color: rgb(168,33,247); }
div.DivClassName
{
background-color: #A821F7;
}
.BgClassName
{
background-color: #A821F7;
}
</style>
border-color css
<style>
span { border-color: #A821F7; }
span { border-color: rgb(168,33,247); }
td.TdClassName
{
border-color: #A821F7;
}
.TagClassName
{
border-color: #A821F7;
}
</style>