Shades of Blue Violet #A247F0
Tints of Blue Violet #A247F0
RGB
CMYK
RGB Variations
Color information
#A247F0 (or 0xA247F0) is known color: Blue Violet. HEX triplet: A2, 47 and F0. RGB value is (162,71,240). Sum of RGB (Red+Green+Blue) = 162+71+240=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #A247F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247F0 is #5DB80F. Grayscale: #747474. Windows color (decimal): -6141968 or 15746978. OLE color: 15746978.
HSL color Cylindrical-coordinate representation of color #A247F0: hue angle of 272.31º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A247F0 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 71 | 240 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.06 |
| HSL | 272.31º | 0.85% | 0.61% | - |
| HSV(B) | 272.31º | 0.7% | 0.94% | - |
| XYZ | 32.88 | 18.48 | 84.27 | - |
| YUV | 117.48 | 197.15 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 240 | 0.32 | 0.70 | 0 | 0.06 | 272.31 | 0.85 | 0.61 |
| Hex | A2 | 47 | F0 | 20 | 46 | 0 | 6 | 110 | 55 | 3D |
| Octal | 242 | 107 | 360 | 40 | 106 | 0 | 6 | 420 | 125 | 75 |
| Binary | 10100010 | 1000111 | 11110000 | 100000 | 1000110 | 0 | 110 | 100010000 | 1010101 | 111101 |
Color Harmonies of #A247F0
Complementary color
Monochromatic Colors of #A247F0
Black with #A247F0
Text Example
Text Example
White with #A247F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247F0; }
p { color: rgb(162,71,240); }
H1.HeaderClassName
{
color: #A247F0;
}
.AnyTagClassName
{
color: #A247F0;
}
</style>
background-color css
<style>
a { background-color: #A247F0; }
a { background-color: rgb(162,71,240); }
div.DivClassName
{
background-color: #A247F0;
}
.BgClassName
{
background-color: #A247F0;
}
</style>
border-color css
<style>
span { border-color: #A247F0; }
span { border-color: rgb(162,71,240); }
td.TdClassName
{
border-color: #A247F0;
}
.TagClassName
{
border-color: #A247F0;
}
</style>