Shades of Blue Violet #A32EFC
Tints of Blue Violet #A32EFC
RGB
CMYK
RGB Variations
Color information
#A32EFC (or 0xA32EFC) is known color: Blue Violet. HEX triplet: A3, 2E and FC. RGB value is (163,46,252). Sum of RGB (Red+Green+Blue) = 163+46+252=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 46 (18.36% from 255 or 9.98% from 461); Blue value is 252 (98.83% from 255 or 54.66% from 461); Max value from RGB is 252 - color contains mainly: blue. Hex color #A32EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32EFC is #5CD103. Grayscale: #676767. Windows color (decimal): -6082820 or 16527011. OLE color: 16527011.
HSL color Cylindrical-coordinate representation of color #A32EFC: hue angle of 274.08º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32EFC is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 46 | 252 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.01 |
| HSL | 274.08º | 0.97% | 0.58% | - |
| HSV(B) | 274.08º | 0.82% | 0.99% | - |
| XYZ | 33.65 | 16.77 | 93.56 | - |
| YUV | 104.47 | 211.26 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 46 | 252 | 0.35 | 0.82 | 0 | 0.01 | 274.08 | 0.97 | 0.58 |
| Hex | A3 | 2E | FC | 23 | 52 | 0 | 1 | 112 | 61 | 3A |
| Octal | 243 | 56 | 374 | 43 | 122 | 0 | 1 | 422 | 141 | 72 |
| Binary | 10100011 | 101110 | 11111100 | 100011 | 1010010 | 0 | 1 | 100010010 | 1100001 | 111010 |
Color Harmonies of #A32EFC
Complementary color
Monochromatic Colors of #A32EFC
Black with #A32EFC
Text Example
Text Example
White with #A32EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32EFC; }
p { color: rgb(163,46,252); }
H1.HeaderClassName
{
color: #A32EFC;
}
.AnyTagClassName
{
color: #A32EFC;
}
</style>
background-color css
<style>
a { background-color: #A32EFC; }
a { background-color: rgb(163,46,252); }
div.DivClassName
{
background-color: #A32EFC;
}
.BgClassName
{
background-color: #A32EFC;
}
</style>
border-color css
<style>
span { border-color: #A32EFC; }
span { border-color: rgb(163,46,252); }
td.TdClassName
{
border-color: #A32EFC;
}
.TagClassName
{
border-color: #A32EFC;
}
</style>