Shades of Blue Violet #A940FE
Tints of Blue Violet #A940FE
RGB
CMYK
RGB Variations
Color information
#A940FE (or 0xA940FE) is known color: Blue Violet. HEX triplet: A9, 40 and FE. RGB value is (169,64,254). Sum of RGB (Red+Green+Blue) = 169+64+254=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #A940FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940FE is #56BF01. Grayscale: #747474. Windows color (decimal): -5684994 or 16662697. OLE color: 16662697.
HSL color Cylindrical-coordinate representation of color #A940FE: hue angle of 273.16º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A940FE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 64 | 254 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.00 |
| HSL | 273.16º | 0.99% | 0.62% | - |
| HSV(B) | 273.16º | 0.75% | 1% | - |
| XYZ | 36.08 | 19.26 | 95.58 | - |
| YUV | 117.06 | 205.29 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 254 | 0.33 | 0.75 | 0 | 0.00 | 273.16 | 0.99 | 0.62 |
| Hex | A9 | 40 | FE | 21 | 4B | 0 | 0 | 111 | 63 | 3E |
| Octal | 251 | 100 | 376 | 41 | 113 | 0 | 0 | 421 | 143 | 76 |
| Binary | 10101001 | 1000000 | 11111110 | 100001 | 1001011 | 0 | 0 | 100010001 | 1100011 | 111110 |
Color Harmonies of #A940FE
Complementary color
Monochromatic Colors of #A940FE
Black with #A940FE
Text Example
Text Example
White with #A940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940FE; }
p { color: rgb(169,64,254); }
H1.HeaderClassName
{
color: #A940FE;
}
.AnyTagClassName
{
color: #A940FE;
}
</style>
background-color css
<style>
a { background-color: #A940FE; }
a { background-color: rgb(169,64,254); }
div.DivClassName
{
background-color: #A940FE;
}
.BgClassName
{
background-color: #A940FE;
}
</style>
border-color css
<style>
span { border-color: #A940FE; }
span { border-color: rgb(169,64,254); }
td.TdClassName
{
border-color: #A940FE;
}
.TagClassName
{
border-color: #A940FE;
}
</style>