Shades of Blue Violet #A32CF8
Tints of Blue Violet #A32CF8
RGB
CMYK
RGB Variations
Color information
#A32CF8 (or 0xA32CF8) is known color: Blue Violet. HEX triplet: A3, 2C and F8. RGB value is (163,44,248). Sum of RGB (Red+Green+Blue) = 163+44+248=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #A32CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32CF8 is #5CD307. Grayscale: #666666. Windows color (decimal): -6083336 or 16264355. OLE color: 16264355.
HSL color Cylindrical-coordinate representation of color #A32CF8: hue angle of 275º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32CF8 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 44 | 248 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.03 |
| HSL | 275º | 0.94% | 0.57% | - |
| HSV(B) | 275º | 0.82% | 0.97% | - |
| XYZ | 32.95 | 16.37 | 90.23 | - |
| YUV | 102.84 | 209.92 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 248 | 0.34 | 0.82 | 0 | 0.03 | 275 | 0.94 | 0.57 |
| Hex | A3 | 2C | F8 | 22 | 52 | 0 | 3 | 113 | 5E | 39 |
| Octal | 243 | 54 | 370 | 42 | 122 | 0 | 3 | 423 | 136 | 71 |
| Binary | 10100011 | 101100 | 11111000 | 100010 | 1010010 | 0 | 11 | 100010011 | 1011110 | 111001 |
Color Harmonies of #A32CF8
Complementary color
Monochromatic Colors of #A32CF8
Black with #A32CF8
Text Example
Text Example
White with #A32CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CF8; }
p { color: rgb(163,44,248); }
H1.HeaderClassName
{
color: #A32CF8;
}
.AnyTagClassName
{
color: #A32CF8;
}
</style>
background-color css
<style>
a { background-color: #A32CF8; }
a { background-color: rgb(163,44,248); }
div.DivClassName
{
background-color: #A32CF8;
}
.BgClassName
{
background-color: #A32CF8;
}
</style>
border-color css
<style>
span { border-color: #A32CF8; }
span { border-color: rgb(163,44,248); }
td.TdClassName
{
border-color: #A32CF8;
}
.TagClassName
{
border-color: #A32CF8;
}
</style>