Shades of Blue Violet #A731EA
Tints of Blue Violet #A731EA
RGB
CMYK
RGB Variations
Color information
#A731EA (or 0xA731EA) is known color: Blue Violet. HEX triplet: A7, 31 and EA. RGB value is (167,49,234). Sum of RGB (Red+Green+Blue) = 167+49+234=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #A731EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A731EA is #58CE15. Grayscale: #686868. Windows color (decimal): -5819926 or 15348135. OLE color: 15348135.
HSL color Cylindrical-coordinate representation of color #A731EA: hue angle of 278.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A731EA is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 49 | 234 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.08 |
| HSL | 278.27º | 0.81% | 0.55% | - |
| HSV(B) | 278.27º | 0.79% | 0.92% | - |
| XYZ | 31.89 | 16.35 | 79.32 | - |
| YUV | 105.37 | 200.59 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 234 | 0.29 | 0.79 | 0 | 0.08 | 278.27 | 0.81 | 0.55 |
| Hex | A7 | 31 | EA | 1D | 4F | 0 | 8 | 116 | 51 | 37 |
| Octal | 247 | 61 | 352 | 35 | 117 | 0 | 10 | 426 | 121 | 67 |
| Binary | 10100111 | 110001 | 11101010 | 11101 | 1001111 | 0 | 1000 | 100010110 | 1010001 | 110111 |
Color Harmonies of #A731EA
Complementary color
Monochromatic Colors of #A731EA
Black with #A731EA
Text Example
Text Example
White with #A731EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731EA; }
p { color: rgb(167,49,234); }
H1.HeaderClassName
{
color: #A731EA;
}
.AnyTagClassName
{
color: #A731EA;
}
</style>
background-color css
<style>
a { background-color: #A731EA; }
a { background-color: rgb(167,49,234); }
div.DivClassName
{
background-color: #A731EA;
}
.BgClassName
{
background-color: #A731EA;
}
</style>
border-color css
<style>
span { border-color: #A731EA; }
span { border-color: rgb(167,49,234); }
td.TdClassName
{
border-color: #A731EA;
}
.TagClassName
{
border-color: #A731EA;
}
</style>