Shades of Blue Violet #A044FD
Tints of Blue Violet #A044FD
RGB
CMYK
RGB Variations
Color information
#A044FD (or 0xA044FD) is known color: Blue Violet. HEX triplet: A0, 44 and FD. RGB value is (160,68,253). Sum of RGB (Red+Green+Blue) = 160+68+253=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #A044FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A044FD is #5FBB02. Grayscale: #737373. Windows color (decimal): -6273795 or 16598176. OLE color: 16598176.
HSL color Cylindrical-coordinate representation of color #A044FD: hue angle of 269.84º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A044FD is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 68 | 253 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.01 |
| HSL | 269.84º | 0.98% | 0.63% | - |
| HSV(B) | 269.84º | 0.73% | 0.99% | - |
| XYZ | 34.29 | 18.7 | 94.73 | - |
| YUV | 116.6 | 204.98 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 253 | 0.37 | 0.73 | 0 | 0.01 | 269.84 | 0.98 | 0.63 |
| Hex | A0 | 44 | FD | 25 | 49 | 0 | 1 | 10E | 62 | 3F |
| Octal | 240 | 104 | 375 | 45 | 111 | 0 | 1 | 416 | 142 | 77 |
| Binary | 10100000 | 1000100 | 11111101 | 100101 | 1001001 | 0 | 1 | 100001110 | 1100010 | 111111 |
Color Harmonies of #A044FD
Complementary color
Monochromatic Colors of #A044FD
Black with #A044FD
Text Example
Text Example
White with #A044FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044FD; }
p { color: rgb(160,68,253); }
H1.HeaderClassName
{
color: #A044FD;
}
.AnyTagClassName
{
color: #A044FD;
}
</style>
background-color css
<style>
a { background-color: #A044FD; }
a { background-color: rgb(160,68,253); }
div.DivClassName
{
background-color: #A044FD;
}
.BgClassName
{
background-color: #A044FD;
}
</style>
border-color css
<style>
span { border-color: #A044FD; }
span { border-color: rgb(160,68,253); }
td.TdClassName
{
border-color: #A044FD;
}
.TagClassName
{
border-color: #A044FD;
}
</style>