Shades of Blue Violet #A32AF9
Tints of Blue Violet #A32AF9
RGB
CMYK
RGB Variations
Color information
#A32AF9 (or 0xA32AF9) is known color: Blue Violet. HEX triplet: A3, 2A and F9. RGB value is (163,42,249). Sum of RGB (Red+Green+Blue) = 163+42+249=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 249 (97.66% from 255 or 54.85% from 454); Max value from RGB is 249 - color contains mainly: blue. Hex color #A32AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32AF9 is #5CD506. Grayscale: #656565. Windows color (decimal): -6083847 or 16329379. OLE color: 16329379.
HSL color Cylindrical-coordinate representation of color #A32AF9: hue angle of 275.07º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A32AF9 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 42 | 249 | - |
| CMYK | 0.35 | 0.83 | 0 | 0.02 |
| HSL | 275.07º | 0.95% | 0.57% | - |
| HSV(B) | 275.07º | 0.83% | 0.98% | - |
| XYZ | 33.03 | 16.28 | 91.02 | - |
| YUV | 101.78 | 211.09 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 42 | 249 | 0.35 | 0.83 | 0 | 0.02 | 275.07 | 0.95 | 0.57 |
| Hex | A3 | 2A | F9 | 23 | 53 | 0 | 2 | 113 | 5F | 39 |
| Octal | 243 | 52 | 371 | 43 | 123 | 0 | 2 | 423 | 137 | 71 |
| Binary | 10100011 | 101010 | 11111001 | 100011 | 1010011 | 0 | 10 | 100010011 | 1011111 | 111001 |
Color Harmonies of #A32AF9
Complementary color
Monochromatic Colors of #A32AF9
Black with #A32AF9
Text Example
Text Example
White with #A32AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32AF9; }
p { color: rgb(163,42,249); }
H1.HeaderClassName
{
color: #A32AF9;
}
.AnyTagClassName
{
color: #A32AF9;
}
</style>
background-color css
<style>
a { background-color: #A32AF9; }
a { background-color: rgb(163,42,249); }
div.DivClassName
{
background-color: #A32AF9;
}
.BgClassName
{
background-color: #A32AF9;
}
</style>
border-color css
<style>
span { border-color: #A32AF9; }
span { border-color: rgb(163,42,249); }
td.TdClassName
{
border-color: #A32AF9;
}
.TagClassName
{
border-color: #A32AF9;
}
</style>