Shades of Blue Violet #A944F7
Tints of Blue Violet #A944F7
RGB
CMYK
RGB Variations
Color information
#A944F7 (or 0xA944F7) is known color: Blue Violet. HEX triplet: A9, 44 and F7. RGB value is (169,68,247). Sum of RGB (Red+Green+Blue) = 169+68+247=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #A944F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A944F7 is #56BB08. Grayscale: #757575. Windows color (decimal): -5683977 or 16204969. OLE color: 16204969.
HSL color Cylindrical-coordinate representation of color #A944F7: hue angle of 273.85º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A944F7 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 68 | 247 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.03 |
| HSL | 273.85º | 0.92% | 0.62% | - |
| HSV(B) | 273.85º | 0.72% | 0.97% | - |
| XYZ | 35.22 | 19.28 | 89.86 | - |
| YUV | 118.61 | 200.46 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 247 | 0.32 | 0.72 | 0 | 0.03 | 273.85 | 0.92 | 0.62 |
| Hex | A9 | 44 | F7 | 20 | 48 | 0 | 3 | 112 | 5C | 3E |
| Octal | 251 | 104 | 367 | 40 | 110 | 0 | 3 | 422 | 134 | 76 |
| Binary | 10101001 | 1000100 | 11110111 | 100000 | 1001000 | 0 | 11 | 100010010 | 1011100 | 111110 |
Color Harmonies of #A944F7
Complementary color
Monochromatic Colors of #A944F7
Black with #A944F7
Text Example
Text Example
White with #A944F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A944F7; }
p { color: rgb(169,68,247); }
H1.HeaderClassName
{
color: #A944F7;
}
.AnyTagClassName
{
color: #A944F7;
}
</style>
background-color css
<style>
a { background-color: #A944F7; }
a { background-color: rgb(169,68,247); }
div.DivClassName
{
background-color: #A944F7;
}
.BgClassName
{
background-color: #A944F7;
}
</style>
border-color css
<style>
span { border-color: #A944F7; }
span { border-color: rgb(169,68,247); }
td.TdClassName
{
border-color: #A944F7;
}
.TagClassName
{
border-color: #A944F7;
}
</style>