Shades of Blue Violet #A940FB
Tints of Blue Violet #A940FB
RGB
CMYK
RGB Variations
Color information
#A940FB (or 0xA940FB) is known color: Blue Violet. HEX triplet: A9, 40 and FB. RGB value is (169,64,251). Sum of RGB (Red+Green+Blue) = 169+64+251=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #A940FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940FB is #56BF04. Grayscale: #747474. Windows color (decimal): -5684997 or 16466089. OLE color: 16466089.
HSL color Cylindrical-coordinate representation of color #A940FB: hue angle of 273.69º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A940FB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 64 | 251 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.02 |
| HSL | 273.69º | 0.96% | 0.62% | - |
| HSV(B) | 273.69º | 0.75% | 0.98% | - |
| XYZ | 35.61 | 19.07 | 93.07 | - |
| YUV | 116.71 | 203.79 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 251 | 0.33 | 0.75 | 0 | 0.02 | 273.69 | 0.96 | 0.62 |
| Hex | A9 | 40 | FB | 21 | 4B | 0 | 2 | 112 | 60 | 3E |
| Octal | 251 | 100 | 373 | 41 | 113 | 0 | 2 | 422 | 140 | 76 |
| Binary | 10101001 | 1000000 | 11111011 | 100001 | 1001011 | 0 | 10 | 100010010 | 1100000 | 111110 |
Color Harmonies of #A940FB
Complementary color
Monochromatic Colors of #A940FB
Black with #A940FB
Text Example
Text Example
White with #A940FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940FB; }
p { color: rgb(169,64,251); }
H1.HeaderClassName
{
color: #A940FB;
}
.AnyTagClassName
{
color: #A940FB;
}
</style>
background-color css
<style>
a { background-color: #A940FB; }
a { background-color: rgb(169,64,251); }
div.DivClassName
{
background-color: #A940FB;
}
.BgClassName
{
background-color: #A940FB;
}
</style>
border-color css
<style>
span { border-color: #A940FB; }
span { border-color: rgb(169,64,251); }
td.TdClassName
{
border-color: #A940FB;
}
.TagClassName
{
border-color: #A940FB;
}
</style>