Shades of Blue Violet #A247F3
Tints of Blue Violet #A247F3
RGB
CMYK
RGB Variations
Color information
#A247F3 (or 0xA247F3) is known color: Blue Violet. HEX triplet: A2, 47 and F3. RGB value is (162,71,243). Sum of RGB (Red+Green+Blue) = 162+71+243=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #A247F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247F3 is #5DB80C. Grayscale: #757575. Windows color (decimal): -6141965 or 15943586. OLE color: 15943586.
HSL color Cylindrical-coordinate representation of color #A247F3: hue angle of 271.74º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A247F3 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 71 | 243 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.05 |
| HSL | 271.74º | 0.88% | 0.62% | - |
| HSV(B) | 271.74º | 0.71% | 0.95% | - |
| XYZ | 33.33 | 18.66 | 86.64 | - |
| YUV | 117.82 | 198.65 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 243 | 0.33 | 0.71 | 0 | 0.05 | 271.74 | 0.88 | 0.62 |
| Hex | A2 | 47 | F3 | 21 | 47 | 0 | 5 | 110 | 58 | 3E |
| Octal | 242 | 107 | 363 | 41 | 107 | 0 | 5 | 420 | 130 | 76 |
| Binary | 10100010 | 1000111 | 11110011 | 100001 | 1000111 | 0 | 101 | 100010000 | 1011000 | 111110 |
Color Harmonies of #A247F3
Complementary color
Monochromatic Colors of #A247F3
Black with #A247F3
Text Example
Text Example
White with #A247F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247F3; }
p { color: rgb(162,71,243); }
H1.HeaderClassName
{
color: #A247F3;
}
.AnyTagClassName
{
color: #A247F3;
}
</style>
background-color css
<style>
a { background-color: #A247F3; }
a { background-color: rgb(162,71,243); }
div.DivClassName
{
background-color: #A247F3;
}
.BgClassName
{
background-color: #A247F3;
}
</style>
border-color css
<style>
span { border-color: #A247F3; }
span { border-color: rgb(162,71,243); }
td.TdClassName
{
border-color: #A247F3;
}
.TagClassName
{
border-color: #A247F3;
}
</style>