Shades of Blue Violet #A74AF9
Tints of Blue Violet #A74AF9
RGB
CMYK
RGB Variations
Color information
#A74AF9 (or 0xA74AF9) is known color: Blue Violet. HEX triplet: A7, 4A and F9. RGB value is (167,74,249). Sum of RGB (Red+Green+Blue) = 167+74+249=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #A74AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A74AF9 is #58B506. Grayscale: #797979. Windows color (decimal): -5813511 or 16337575. OLE color: 16337575.
HSL color Cylindrical-coordinate representation of color #A74AF9: hue angle of 271.89º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A74AF9 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 74 | 249 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.02 |
| HSL | 271.89º | 0.94% | 0.63% | - |
| HSV(B) | 271.89º | 0.7% | 0.98% | - |
| XYZ | 35.48 | 19.95 | 91.6 | - |
| YUV | 121.76 | 199.81 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 249 | 0.33 | 0.70 | 0 | 0.02 | 271.89 | 0.94 | 0.63 |
| Hex | A7 | 4A | F9 | 21 | 46 | 0 | 2 | 110 | 5E | 3F |
| Octal | 247 | 112 | 371 | 41 | 106 | 0 | 2 | 420 | 136 | 77 |
| Binary | 10100111 | 1001010 | 11111001 | 100001 | 1000110 | 0 | 10 | 100010000 | 1011110 | 111111 |
Color Harmonies of #A74AF9
Complementary color
Monochromatic Colors of #A74AF9
Black with #A74AF9
Text Example
Text Example
White with #A74AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74AF9; }
p { color: rgb(167,74,249); }
H1.HeaderClassName
{
color: #A74AF9;
}
.AnyTagClassName
{
color: #A74AF9;
}
</style>
background-color css
<style>
a { background-color: #A74AF9; }
a { background-color: rgb(167,74,249); }
div.DivClassName
{
background-color: #A74AF9;
}
.BgClassName
{
background-color: #A74AF9;
}
</style>
border-color css
<style>
span { border-color: #A74AF9; }
span { border-color: rgb(167,74,249); }
td.TdClassName
{
border-color: #A74AF9;
}
.TagClassName
{
border-color: #A74AF9;
}
</style>