Shades of Blue Violet #A32CFA
Tints of Blue Violet #A32CFA
RGB
CMYK
RGB Variations
Color information
#A32CFA (or 0xA32CFA) is known color: Blue Violet. HEX triplet: A3, 2C and FA. RGB value is (163,44,250). Sum of RGB (Red+Green+Blue) = 163+44+250=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #A32CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32CFA is #5CD305. Grayscale: #666666. Windows color (decimal): -6083334 or 16395427. OLE color: 16395427.
HSL color Cylindrical-coordinate representation of color #A32CFA: hue angle of 274.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A32CFA is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 44 | 250 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.02 |
| HSL | 274.66º | 0.95% | 0.58% | - |
| HSV(B) | 274.66º | 0.82% | 0.98% | - |
| XYZ | 33.26 | 16.49 | 91.87 | - |
| YUV | 103.07 | 210.92 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 44 | 250 | 0.35 | 0.82 | 0 | 0.02 | 274.66 | 0.95 | 0.58 |
| Hex | A3 | 2C | FA | 23 | 52 | 0 | 2 | 113 | 5F | 3A |
| Octal | 243 | 54 | 372 | 43 | 122 | 0 | 2 | 423 | 137 | 72 |
| Binary | 10100011 | 101100 | 11111010 | 100011 | 1010010 | 0 | 10 | 100010011 | 1011111 | 111010 |
Color Harmonies of #A32CFA
Complementary color
Monochromatic Colors of #A32CFA
Black with #A32CFA
Text Example
Text Example
White with #A32CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32CFA; }
p { color: rgb(163,44,250); }
H1.HeaderClassName
{
color: #A32CFA;
}
.AnyTagClassName
{
color: #A32CFA;
}
</style>
background-color css
<style>
a { background-color: #A32CFA; }
a { background-color: rgb(163,44,250); }
div.DivClassName
{
background-color: #A32CFA;
}
.BgClassName
{
background-color: #A32CFA;
}
</style>
border-color css
<style>
span { border-color: #A32CFA; }
span { border-color: rgb(163,44,250); }
td.TdClassName
{
border-color: #A32CFA;
}
.TagClassName
{
border-color: #A32CFA;
}
</style>