Shades of Blue Violet #A731FA
Tints of Blue Violet #A731FA
RGB
CMYK
RGB Variations
Color information
#A731FA (or 0xA731FA) is known color: Blue Violet. HEX triplet: A7, 31 and FA. RGB value is (167,49,250). Sum of RGB (Red+Green+Blue) = 167+49+250=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #A731FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731FA is #58CE05. Grayscale: #6A6A6A. Windows color (decimal): -5819910 or 16396711. OLE color: 16396711.
HSL color Cylindrical-coordinate representation of color #A731FA: hue angle of 275.22º 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 #A731FA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 49 | 250 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.02 |
| HSL | 275.22º | 0.95% | 0.59% | - |
| HSV(B) | 275.22º | 0.8% | 0.98% | - |
| XYZ | 34.29 | 17.31 | 91.98 | - |
| YUV | 107.2 | 208.59 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 250 | 0.33 | 0.80 | 0 | 0.02 | 275.22 | 0.95 | 0.59 |
| Hex | A7 | 31 | FA | 21 | 50 | 0 | 2 | 113 | 5F | 3B |
| Octal | 247 | 61 | 372 | 41 | 120 | 0 | 2 | 423 | 137 | 73 |
| Binary | 10100111 | 110001 | 11111010 | 100001 | 1010000 | 0 | 10 | 100010011 | 1011111 | 111011 |
Color Harmonies of #A731FA
Complementary color
Monochromatic Colors of #A731FA
Black with #A731FA
Text Example
Text Example
White with #A731FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731FA; }
p { color: rgb(167,49,250); }
H1.HeaderClassName
{
color: #A731FA;
}
.AnyTagClassName
{
color: #A731FA;
}
</style>
background-color css
<style>
a { background-color: #A731FA; }
a { background-color: rgb(167,49,250); }
div.DivClassName
{
background-color: #A731FA;
}
.BgClassName
{
background-color: #A731FA;
}
</style>
border-color css
<style>
span { border-color: #A731FA; }
span { border-color: rgb(167,49,250); }
td.TdClassName
{
border-color: #A731FA;
}
.TagClassName
{
border-color: #A731FA;
}
</style>