Shades of Blue Violet #A940FF
Tints of Blue Violet #A940FF
RGB
CMYK
RGB Variations
Color information
#A940FF (or 0xA940FF) is known color: Blue Violet. HEX triplet: A9, 40 and FF. RGB value is (169,64,255). Sum of RGB (Red+Green+Blue) = 169+64+255=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #A940FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940FF is #56BF00. Grayscale: #747474. Windows color (decimal): -5684993 or 16728233. OLE color: 16728233.
HSL color Cylindrical-coordinate representation of color #A940FF: hue angle of 272.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A940FF is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 64 | 255 | - |
| CMYK | 0.34 | 0.75 | 0 | 0 |
| HSL | 272.98º | 1% | 0.63% | - |
| HSV(B) | 272.98º | 0.75% | 1% | - |
| XYZ | 36.25 | 19.32 | 96.43 | - |
| YUV | 117.17 | 205.79 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 255 | 0.34 | 0.75 | 0 | 0 | 272.98 | 1 | 0.63 |
| Hex | A9 | 40 | FF | 22 | 4B | 0 | 0 | 111 | 64 | 3F |
| Octal | 251 | 100 | 377 | 42 | 113 | 0 | 0 | 421 | 144 | 77 |
| Binary | 10101001 | 1000000 | 11111111 | 100010 | 1001011 | 0 | 0 | 100010001 | 1100100 | 111111 |
Color Harmonies of #A940FF
Complementary color
Monochromatic Colors of #A940FF
Black with #A940FF
Text Example
Text Example
White with #A940FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940FF; }
p { color: rgb(169,64,255); }
H1.HeaderClassName
{
color: #A940FF;
}
.AnyTagClassName
{
color: #A940FF;
}
</style>
background-color css
<style>
a { background-color: #A940FF; }
a { background-color: rgb(169,64,255); }
div.DivClassName
{
background-color: #A940FF;
}
.BgClassName
{
background-color: #A940FF;
}
</style>
border-color css
<style>
span { border-color: #A940FF; }
span { border-color: rgb(169,64,255); }
td.TdClassName
{
border-color: #A940FF;
}
.TagClassName
{
border-color: #A940FF;
}
</style>