Shades of Blue Violet #A249F7
Tints of Blue Violet #A249F7
RGB
CMYK
RGB Variations
Color information
#A249F7 (or 0xA249F7) is known color: Blue Violet. HEX triplet: A2, 49 and F7. RGB value is (162,73,247). Sum of RGB (Red+Green+Blue) = 162+73+247=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #A249F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A249F7 is #5DB608. Grayscale: #767676. Windows color (decimal): -6141449 or 16206242. OLE color: 16206242.
HSL color Cylindrical-coordinate representation of color #A249F7: hue angle of 270.69º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A249F7 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 73 | 247 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.03 |
| HSL | 270.69º | 0.92% | 0.63% | - |
| HSV(B) | 270.69º | 0.7% | 0.97% | - |
| XYZ | 34.07 | 19.16 | 89.9 | - |
| YUV | 119.45 | 199.99 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 73 | 247 | 0.34 | 0.70 | 0 | 0.03 | 270.69 | 0.92 | 0.63 |
| Hex | A2 | 49 | F7 | 22 | 46 | 0 | 3 | 10F | 5C | 3F |
| Octal | 242 | 111 | 367 | 42 | 106 | 0 | 3 | 417 | 134 | 77 |
| Binary | 10100010 | 1001001 | 11110111 | 100010 | 1000110 | 0 | 11 | 100001111 | 1011100 | 111111 |
Color Harmonies of #A249F7
Complementary color
Monochromatic Colors of #A249F7
Black with #A249F7
Text Example
Text Example
White with #A249F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A249F7; }
p { color: rgb(162,73,247); }
H1.HeaderClassName
{
color: #A249F7;
}
.AnyTagClassName
{
color: #A249F7;
}
</style>
background-color css
<style>
a { background-color: #A249F7; }
a { background-color: rgb(162,73,247); }
div.DivClassName
{
background-color: #A249F7;
}
.BgClassName
{
background-color: #A249F7;
}
</style>
border-color css
<style>
span { border-color: #A249F7; }
span { border-color: rgb(162,73,247); }
td.TdClassName
{
border-color: #A249F7;
}
.TagClassName
{
border-color: #A249F7;
}
</style>