Shades of Blue Violet #A822FB
Tints of Blue Violet #A822FB
RGB
CMYK
RGB Variations
Color information
#A822FB (or 0xA822FB) is known color: Blue Violet. HEX triplet: A8, 22 and FB. RGB value is (168,34,251). Sum of RGB (Red+Green+Blue) = 168+34+251=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 34 (13.67% from 255 or 7.51% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #A822FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A822FB is #57DD04. Grayscale: #626262. Windows color (decimal): -5758213 or 16458408. OLE color: 16458408.
HSL color Cylindrical-coordinate representation of color #A822FB: hue angle of 277.05º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A822FB is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 34 | 251 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.02 |
| HSL | 277.05º | 0.96% | 0.56% | - |
| HSV(B) | 277.05º | 0.86% | 0.98% | - |
| XYZ | 34.13 | 16.43 | 92.64 | - |
| YUV | 98.8 | 213.89 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 251 | 0.33 | 0.86 | 0 | 0.02 | 277.05 | 0.96 | 0.56 |
| Hex | A8 | 22 | FB | 21 | 56 | 0 | 2 | 115 | 60 | 38 |
| Octal | 250 | 42 | 373 | 41 | 126 | 0 | 2 | 425 | 140 | 70 |
| Binary | 10101000 | 100010 | 11111011 | 100001 | 1010110 | 0 | 10 | 100010101 | 1100000 | 111000 |
Color Harmonies of #A822FB
Complementary color
Monochromatic Colors of #A822FB
Black with #A822FB
Text Example
Text Example
White with #A822FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A822FB; }
p { color: rgb(168,34,251); }
H1.HeaderClassName
{
color: #A822FB;
}
.AnyTagClassName
{
color: #A822FB;
}
</style>
background-color css
<style>
a { background-color: #A822FB; }
a { background-color: rgb(168,34,251); }
div.DivClassName
{
background-color: #A822FB;
}
.BgClassName
{
background-color: #A822FB;
}
</style>
border-color css
<style>
span { border-color: #A822FB; }
span { border-color: rgb(168,34,251); }
td.TdClassName
{
border-color: #A822FB;
}
.TagClassName
{
border-color: #A822FB;
}
</style>