Shades of Blue Violet #A31AF2
Tints of Blue Violet #A31AF2
RGB
CMYK
RGB Variations
Color information
#A31AF2 (or 0xA31AF2) is known color: Blue Violet. HEX triplet: A3, 1A and F2. RGB value is (163,26,242). Sum of RGB (Red+Green+Blue) = 163+26+242=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #A31AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AF2 is #5CE50D. Grayscale: #5A5A5A. Windows color (decimal): -6087950 or 15866531. OLE color: 15866531.
HSL color Cylindrical-coordinate representation of color #A31AF2: hue angle of 278.06º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31AF2 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 26 | 242 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.05 |
| HSL | 278.06º | 0.89% | 0.53% | - |
| HSV(B) | 278.06º | 0.89% | 0.95% | - |
| XYZ | 31.5 | 14.94 | 85.23 | - |
| YUV | 91.59 | 212.89 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 242 | 0.33 | 0.89 | 0 | 0.05 | 278.06 | 0.89 | 0.53 |
| Hex | A3 | 1A | F2 | 21 | 59 | 0 | 5 | 116 | 59 | 35 |
| Octal | 243 | 32 | 362 | 41 | 131 | 0 | 5 | 426 | 131 | 65 |
| Binary | 10100011 | 11010 | 11110010 | 100001 | 1011001 | 0 | 101 | 100010110 | 1011001 | 110101 |
Color Harmonies of #A31AF2
Complementary color
Monochromatic Colors of #A31AF2
Black with #A31AF2
Text Example
Text Example
White with #A31AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31AF2; }
p { color: rgb(163,26,242); }
H1.HeaderClassName
{
color: #A31AF2;
}
.AnyTagClassName
{
color: #A31AF2;
}
</style>
background-color css
<style>
a { background-color: #A31AF2; }
a { background-color: rgb(163,26,242); }
div.DivClassName
{
background-color: #A31AF2;
}
.BgClassName
{
background-color: #A31AF2;
}
</style>
border-color css
<style>
span { border-color: #A31AF2; }
span { border-color: rgb(163,26,242); }
td.TdClassName
{
border-color: #A31AF2;
}
.TagClassName
{
border-color: #A31AF2;
}
</style>