Shades of Blue Violet #A322FB
Tints of Blue Violet #A322FB
RGB
CMYK
RGB Variations
Color information
#A322FB (or 0xA322FB) is known color: Blue Violet. HEX triplet: A3, 22 and FB. RGB value is (163,34,251). Sum of RGB (Red+Green+Blue) = 163+34+251=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #A322FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A322FB is #5CDD04. Grayscale: #606060. Windows color (decimal): -6085893 or 16458403. OLE color: 16458403.
HSL color Cylindrical-coordinate representation of color #A322FB: hue angle of 275.67º 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 #A322FB is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 34 | 251 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.02 |
| HSL | 275.67º | 0.96% | 0.56% | - |
| HSV(B) | 275.67º | 0.86% | 0.98% | - |
| XYZ | 33.09 | 15.9 | 92.59 | - |
| YUV | 97.31 | 214.74 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 34 | 251 | 0.35 | 0.86 | 0 | 0.02 | 275.67 | 0.96 | 0.56 |
| Hex | A3 | 22 | FB | 23 | 56 | 0 | 2 | 114 | 60 | 38 |
| Octal | 243 | 42 | 373 | 43 | 126 | 0 | 2 | 424 | 140 | 70 |
| Binary | 10100011 | 100010 | 11111011 | 100011 | 1010110 | 0 | 10 | 100010100 | 1100000 | 111000 |
Color Harmonies of #A322FB
Complementary color
Monochromatic Colors of #A322FB
Black with #A322FB
Text Example
Text Example
White with #A322FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A322FB; }
p { color: rgb(163,34,251); }
H1.HeaderClassName
{
color: #A322FB;
}
.AnyTagClassName
{
color: #A322FB;
}
</style>
background-color css
<style>
a { background-color: #A322FB; }
a { background-color: rgb(163,34,251); }
div.DivClassName
{
background-color: #A322FB;
}
.BgClassName
{
background-color: #A322FB;
}
</style>
border-color css
<style>
span { border-color: #A322FB; }
span { border-color: rgb(163,34,251); }
td.TdClassName
{
border-color: #A322FB;
}
.TagClassName
{
border-color: #A322FB;
}
</style>