Shades of Blue Violet #A940F3
Tints of Blue Violet #A940F3
RGB
CMYK
RGB Variations
Color information
#A940F3 (or 0xA940F3) is known color: Blue Violet. HEX triplet: A9, 40 and F3. RGB value is (169,64,243). Sum of RGB (Red+Green+Blue) = 169+64+243=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 243 (95.31% from 255 or 51.05% from 476); Max value from RGB is 243 - color contains mainly: blue. Hex color #A940F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940F3 is #56BF0C. Grayscale: #737373. Windows color (decimal): -5685005 or 15941801. OLE color: 15941801.
HSL color Cylindrical-coordinate representation of color #A940F3: hue angle of 275.2º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A940F3 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 64 | 243 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.05 |
| HSL | 275.2º | 0.88% | 0.6% | - |
| HSV(B) | 275.2º | 0.74% | 0.95% | - |
| XYZ | 34.37 | 18.57 | 86.57 | - |
| YUV | 115.8 | 199.79 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 243 | 0.30 | 0.74 | 0 | 0.05 | 275.2 | 0.88 | 0.6 |
| Hex | A9 | 40 | F3 | 1E | 4A | 0 | 5 | 113 | 58 | 3C |
| Octal | 251 | 100 | 363 | 36 | 112 | 0 | 5 | 423 | 130 | 74 |
| Binary | 10101001 | 1000000 | 11110011 | 11110 | 1001010 | 0 | 101 | 100010011 | 1011000 | 111100 |
Color Harmonies of #A940F3
Complementary color
Monochromatic Colors of #A940F3
Black with #A940F3
Text Example
Text Example
White with #A940F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940F3; }
p { color: rgb(169,64,243); }
H1.HeaderClassName
{
color: #A940F3;
}
.AnyTagClassName
{
color: #A940F3;
}
</style>
background-color css
<style>
a { background-color: #A940F3; }
a { background-color: rgb(169,64,243); }
div.DivClassName
{
background-color: #A940F3;
}
.BgClassName
{
background-color: #A940F3;
}
</style>
border-color css
<style>
span { border-color: #A940F3; }
span { border-color: rgb(169,64,243); }
td.TdClassName
{
border-color: #A940F3;
}
.TagClassName
{
border-color: #A940F3;
}
</style>