Shades of Blue Violet #A040FD
Tints of Blue Violet #A040FD
RGB
CMYK
RGB Variations
Color information
#A040FD (or 0xA040FD) is known color: Blue Violet. HEX triplet: A0, 40 and FD. RGB value is (160,64,253). Sum of RGB (Red+Green+Blue) = 160+64+253=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #A040FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040FD is #5FBF02. Grayscale: #717171. Windows color (decimal): -6274819 or 16597152. OLE color: 16597152.
HSL color Cylindrical-coordinate representation of color #A040FD: hue angle of 270.48º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A040FD is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 64 | 253 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.01 |
| HSL | 270.48º | 0.98% | 0.62% | - |
| HSV(B) | 270.48º | 0.75% | 0.99% | - |
| XYZ | 34.06 | 18.23 | 94.65 | - |
| YUV | 114.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 253 | 0.37 | 0.75 | 0 | 0.01 | 270.48 | 0.98 | 0.62 |
| Hex | A0 | 40 | FD | 25 | 4B | 0 | 1 | 10E | 62 | 3E |
| Octal | 240 | 100 | 375 | 45 | 113 | 0 | 1 | 416 | 142 | 76 |
| Binary | 10100000 | 1000000 | 11111101 | 100101 | 1001011 | 0 | 1 | 100001110 | 1100010 | 111110 |
Color Harmonies of #A040FD
Complementary color
Monochromatic Colors of #A040FD
Black with #A040FD
Text Example
Text Example
White with #A040FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040FD; }
p { color: rgb(160,64,253); }
H1.HeaderClassName
{
color: #A040FD;
}
.AnyTagClassName
{
color: #A040FD;
}
</style>
background-color css
<style>
a { background-color: #A040FD; }
a { background-color: rgb(160,64,253); }
div.DivClassName
{
background-color: #A040FD;
}
.BgClassName
{
background-color: #A040FD;
}
</style>
border-color css
<style>
span { border-color: #A040FD; }
span { border-color: rgb(160,64,253); }
td.TdClassName
{
border-color: #A040FD;
}
.TagClassName
{
border-color: #A040FD;
}
</style>