Shades of Blue Violet #A822F8
Tints of Blue Violet #A822F8
RGB
CMYK
RGB Variations
Color information
#A822F8 (or 0xA822F8) is known color: Blue Violet. HEX triplet: A8, 22 and F8. RGB value is (168,34,248). Sum of RGB (Red+Green+Blue) = 168+34+248=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #A822F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A822F8 is #57DD07. Grayscale: #616161. Windows color (decimal): -5758216 or 16261800. OLE color: 16261800.
HSL color Cylindrical-coordinate representation of color #A822F8: hue angle of 277.57º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A822F8 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 34 | 248 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.03 |
| HSL | 277.57º | 0.94% | 0.55% | - |
| HSV(B) | 277.57º | 0.86% | 0.97% | - |
| XYZ | 33.66 | 16.25 | 90.17 | - |
| YUV | 98.46 | 212.39 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 248 | 0.32 | 0.86 | 0 | 0.03 | 277.57 | 0.94 | 0.55 |
| Hex | A8 | 22 | F8 | 20 | 56 | 0 | 3 | 116 | 5E | 37 |
| Octal | 250 | 42 | 370 | 40 | 126 | 0 | 3 | 426 | 136 | 67 |
| Binary | 10101000 | 100010 | 11111000 | 100000 | 1010110 | 0 | 11 | 100010110 | 1011110 | 110111 |
Color Harmonies of #A822F8
Complementary color
Monochromatic Colors of #A822F8
Black with #A822F8
Text Example
Text Example
White with #A822F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822F8; }
p { color: rgb(168,34,248); }
H1.HeaderClassName
{
color: #A822F8;
}
.AnyTagClassName
{
color: #A822F8;
}
</style>
background-color css
<style>
a { background-color: #A822F8; }
a { background-color: rgb(168,34,248); }
div.DivClassName
{
background-color: #A822F8;
}
.BgClassName
{
background-color: #A822F8;
}
</style>
border-color css
<style>
span { border-color: #A822F8; }
span { border-color: rgb(168,34,248); }
td.TdClassName
{
border-color: #A822F8;
}
.TagClassName
{
border-color: #A822F8;
}
</style>