Shades of Blue Violet #A32DFA
Tints of Blue Violet #A32DFA
RGB
CMYK
RGB Variations
Color information
#A32DFA (or 0xA32DFA) is known color: Blue Violet. HEX triplet: A3, 2D and FA. RGB value is (163,45,250). Sum of RGB (Red+Green+Blue) = 163+45+250=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #A32DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A32DFA is #5CD205. Grayscale: #666666. Windows color (decimal): -6083078 or 16395683. OLE color: 16395683.
HSL color Cylindrical-coordinate representation of color #A32DFA: hue angle of 274.54º 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 #A32DFA is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 45 | 250 | - |
| CMYK | 0.35 | 0.82 | 0 | 0.02 |
| HSL | 274.54º | 0.95% | 0.58% | - |
| HSV(B) | 274.54º | 0.82% | 0.98% | - |
| XYZ | 33.3 | 16.57 | 91.88 | - |
| YUV | 103.65 | 210.59 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 45 | 250 | 0.35 | 0.82 | 0 | 0.02 | 274.54 | 0.95 | 0.58 |
| Hex | A3 | 2D | FA | 23 | 52 | 0 | 2 | 113 | 5F | 3A |
| Octal | 243 | 55 | 372 | 43 | 122 | 0 | 2 | 423 | 137 | 72 |
| Binary | 10100011 | 101101 | 11111010 | 100011 | 1010010 | 0 | 10 | 100010011 | 1011111 | 111010 |
Color Harmonies of #A32DFA
Complementary color
Monochromatic Colors of #A32DFA
Black with #A32DFA
Text Example
Text Example
White with #A32DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32DFA; }
p { color: rgb(163,45,250); }
H1.HeaderClassName
{
color: #A32DFA;
}
.AnyTagClassName
{
color: #A32DFA;
}
</style>
background-color css
<style>
a { background-color: #A32DFA; }
a { background-color: rgb(163,45,250); }
div.DivClassName
{
background-color: #A32DFA;
}
.BgClassName
{
background-color: #A32DFA;
}
</style>
border-color css
<style>
span { border-color: #A32DFA; }
span { border-color: rgb(163,45,250); }
td.TdClassName
{
border-color: #A32DFA;
}
.TagClassName
{
border-color: #A32DFA;
}
</style>