Shades of Blue Violet #A549F7
Tints of Blue Violet #A549F7
RGB
CMYK
RGB Variations
Color information
#A549F7 (or 0xA549F7) is known color: Blue Violet. HEX triplet: A5, 49 and F7. RGB value is (165,73,247). Sum of RGB (Red+Green+Blue) = 165+73+247=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #A549F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549F7 is #5AB608. Grayscale: #777777. Windows color (decimal): -5944841 or 16206245. OLE color: 16206245.
HSL color Cylindrical-coordinate representation of color #A549F7: hue angle of 271.72º 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 #A549F7 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 73 | 247 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.03 |
| HSL | 271.72º | 0.92% | 0.63% | - |
| HSV(B) | 271.72º | 0.7% | 0.97% | - |
| XYZ | 34.69 | 19.48 | 89.93 | - |
| YUV | 120.34 | 199.48 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 247 | 0.33 | 0.70 | 0 | 0.03 | 271.72 | 0.92 | 0.63 |
| Hex | A5 | 49 | F7 | 21 | 46 | 0 | 3 | 110 | 5C | 3F |
| Octal | 245 | 111 | 367 | 41 | 106 | 0 | 3 | 420 | 134 | 77 |
| Binary | 10100101 | 1001001 | 11110111 | 100001 | 1000110 | 0 | 11 | 100010000 | 1011100 | 111111 |
Color Harmonies of #A549F7
Complementary color
Monochromatic Colors of #A549F7
Black with #A549F7
Text Example
Text Example
White with #A549F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549F7; }
p { color: rgb(165,73,247); }
H1.HeaderClassName
{
color: #A549F7;
}
.AnyTagClassName
{
color: #A549F7;
}
</style>
background-color css
<style>
a { background-color: #A549F7; }
a { background-color: rgb(165,73,247); }
div.DivClassName
{
background-color: #A549F7;
}
.BgClassName
{
background-color: #A549F7;
}
</style>
border-color css
<style>
span { border-color: #A549F7; }
span { border-color: rgb(165,73,247); }
td.TdClassName
{
border-color: #A549F7;
}
.TagClassName
{
border-color: #A549F7;
}
</style>