Shades of Blue Violet #A331FA
Tints of Blue Violet #A331FA
RGB
CMYK
RGB Variations
Color information
#A331FA (or 0xA331FA) is known color: Blue Violet. HEX triplet: A3, 31 and FA. RGB value is (163,49,250). Sum of RGB (Red+Green+Blue) = 163+49+250=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #A331FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331FA is #5CCE05. Grayscale: #696969. Windows color (decimal): -6082054 or 16396707. OLE color: 16396707.
HSL color Cylindrical-coordinate representation of color #A331FA: hue angle of 274.03º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A331FA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 49 | 250 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.02 |
| HSL | 274.03º | 0.95% | 0.59% | - |
| HSV(B) | 274.03º | 0.8% | 0.98% | - |
| XYZ | 33.46 | 16.89 | 91.94 | - |
| YUV | 106 | 209.27 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 250 | 0.35 | 0.80 | 0 | 0.02 | 274.03 | 0.95 | 0.59 |
| Hex | A3 | 31 | FA | 23 | 50 | 0 | 2 | 112 | 5F | 3B |
| Octal | 243 | 61 | 372 | 43 | 120 | 0 | 2 | 422 | 137 | 73 |
| Binary | 10100011 | 110001 | 11111010 | 100011 | 1010000 | 0 | 10 | 100010010 | 1011111 | 111011 |
Color Harmonies of #A331FA
Complementary color
Monochromatic Colors of #A331FA
Black with #A331FA
Text Example
Text Example
White with #A331FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A331FA; }
p { color: rgb(163,49,250); }
H1.HeaderClassName
{
color: #A331FA;
}
.AnyTagClassName
{
color: #A331FA;
}
</style>
background-color css
<style>
a { background-color: #A331FA; }
a { background-color: rgb(163,49,250); }
div.DivClassName
{
background-color: #A331FA;
}
.BgClassName
{
background-color: #A331FA;
}
</style>
border-color css
<style>
span { border-color: #A331FA; }
span { border-color: rgb(163,49,250); }
td.TdClassName
{
border-color: #A331FA;
}
.TagClassName
{
border-color: #A331FA;
}
</style>