Shades of Blue Violet #A331F3
Tints of Blue Violet #A331F3
RGB
CMYK
RGB Variations
Color information
#A331F3 (or 0xA331F3) is known color: Blue Violet. HEX triplet: A3, 31 and F3. RGB value is (163,49,243). Sum of RGB (Red+Green+Blue) = 163+49+243=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #A331F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331F3 is #5CCE0C. Grayscale: #686868. Windows color (decimal): -6082061 or 15937955. OLE color: 15937955.
HSL color Cylindrical-coordinate representation of color #A331F3: hue angle of 275.26º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A331F3 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 49 | 243 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.05 |
| HSL | 275.26º | 0.89% | 0.57% | - |
| HSV(B) | 275.26º | 0.8% | 0.95% | - |
| XYZ | 32.38 | 16.45 | 86.26 | - |
| YUV | 105.2 | 205.77 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 243 | 0.33 | 0.80 | 0 | 0.05 | 275.26 | 0.89 | 0.57 |
| Hex | A3 | 31 | F3 | 21 | 50 | 0 | 5 | 113 | 59 | 39 |
| Octal | 243 | 61 | 363 | 41 | 120 | 0 | 5 | 423 | 131 | 71 |
| Binary | 10100011 | 110001 | 11110011 | 100001 | 1010000 | 0 | 101 | 100010011 | 1011001 | 111001 |
Color Harmonies of #A331F3
Complementary color
Monochromatic Colors of #A331F3
Black with #A331F3
Text Example
Text Example
White with #A331F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331F3; }
p { color: rgb(163,49,243); }
H1.HeaderClassName
{
color: #A331F3;
}
.AnyTagClassName
{
color: #A331F3;
}
</style>
background-color css
<style>
a { background-color: #A331F3; }
a { background-color: rgb(163,49,243); }
div.DivClassName
{
background-color: #A331F3;
}
.BgClassName
{
background-color: #A331F3;
}
</style>
border-color css
<style>
span { border-color: #A331F3; }
span { border-color: rgb(163,49,243); }
td.TdClassName
{
border-color: #A331F3;
}
.TagClassName
{
border-color: #A331F3;
}
</style>