Shades of Blue Violet #A32CF9
Tints of Blue Violet #A32CF9
RGB
CMYK
RGB Variations
Color information
#A32CF9 (or 0xA32CF9) is known color: Blue Violet. HEX triplet: A3, 2C and F9. RGB value is (163,44,249). Sum of RGB (Red+Green+Blue) = 163+44+249=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #A32CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32CF9 is #5CD306. Grayscale: #666666. Windows color (decimal): -6083335 or 16329891. OLE color: 16329891.
HSL color Cylindrical-coordinate representation of color #A32CF9: hue angle of 274.83º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32CF9 is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 44 | 249 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.02 |
| HSL | 274.83º | 0.94% | 0.57% | - |
| HSV(B) | 274.83º | 0.82% | 0.98% | - |
| XYZ | 33.1 | 16.43 | 91.05 | - |
| YUV | 102.95 | 210.42 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 249 | 0.35 | 0.82 | 0 | 0.02 | 274.83 | 0.94 | 0.57 |
| Hex | A3 | 2C | F9 | 23 | 52 | 0 | 2 | 113 | 5E | 39 |
| Octal | 243 | 54 | 371 | 43 | 122 | 0 | 2 | 423 | 136 | 71 |
| Binary | 10100011 | 101100 | 11111001 | 100011 | 1010010 | 0 | 10 | 100010011 | 1011110 | 111001 |
Color Harmonies of #A32CF9
Complementary color
Monochromatic Colors of #A32CF9
Black with #A32CF9
Text Example
Text Example
White with #A32CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CF9; }
p { color: rgb(163,44,249); }
H1.HeaderClassName
{
color: #A32CF9;
}
.AnyTagClassName
{
color: #A32CF9;
}
</style>
background-color css
<style>
a { background-color: #A32CF9; }
a { background-color: rgb(163,44,249); }
div.DivClassName
{
background-color: #A32CF9;
}
.BgClassName
{
background-color: #A32CF9;
}
</style>
border-color css
<style>
span { border-color: #A32CF9; }
span { border-color: rgb(163,44,249); }
td.TdClassName
{
border-color: #A32CF9;
}
.TagClassName
{
border-color: #A32CF9;
}
</style>