Shades of Blue Violet #A247E9
Tints of Blue Violet #A247E9
RGB
CMYK
RGB Variations
Color information
#A247E9 (or 0xA247E9) is known color: Blue Violet. HEX triplet: A2, 47 and E9. RGB value is (162,71,233). Sum of RGB (Red+Green+Blue) = 162+71+233=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #A247E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247E9 is #5DB816. Grayscale: #747474. Windows color (decimal): -6141975 or 15288226. OLE color: 15288226.
HSL color Cylindrical-coordinate representation of color #A247E9: hue angle of 273.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A247E9 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 71 | 233 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.09 |
| HSL | 273.7º | 0.79% | 0.6% | - |
| HSV(B) | 273.7º | 0.7% | 0.91% | - |
| XYZ | 31.86 | 18.07 | 78.9 | - |
| YUV | 116.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 233 | 0.30 | 0.70 | 0 | 0.09 | 273.7 | 0.79 | 0.6 |
| Hex | A2 | 47 | E9 | 1E | 46 | 0 | 9 | 112 | 4F | 3C |
| Octal | 242 | 107 | 351 | 36 | 106 | 0 | 11 | 422 | 117 | 74 |
| Binary | 10100010 | 1000111 | 11101001 | 11110 | 1000110 | 0 | 1001 | 100010010 | 1001111 | 111100 |
Color Harmonies of #A247E9
Complementary color
Monochromatic Colors of #A247E9
Black with #A247E9
Text Example
Text Example
White with #A247E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247E9; }
p { color: rgb(162,71,233); }
H1.HeaderClassName
{
color: #A247E9;
}
.AnyTagClassName
{
color: #A247E9;
}
</style>
background-color css
<style>
a { background-color: #A247E9; }
a { background-color: rgb(162,71,233); }
div.DivClassName
{
background-color: #A247E9;
}
.BgClassName
{
background-color: #A247E9;
}
</style>
border-color css
<style>
span { border-color: #A247E9; }
span { border-color: rgb(162,71,233); }
td.TdClassName
{
border-color: #A247E9;
}
.TagClassName
{
border-color: #A247E9;
}
</style>