Shades of Blue Violet #A039FF
Tints of Blue Violet #A039FF
RGB
CMYK
RGB Variations
Color information
#A039FF (or 0xA039FF) is known color: Blue Violet. HEX triplet: A0, 39 and FF. RGB value is (160,57,255). Sum of RGB (Red+Green+Blue) = 160+57+255=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #A039FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039FF is #5FC600. Grayscale: #6D6D6D. Windows color (decimal): -6276609 or 16726432. OLE color: 16726432.
HSL color Cylindrical-coordinate representation of color #A039FF: hue angle of 271.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A039FF is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 57 | 255 | - |
| CMYK | 0.37 | 0.78 | 0 | 0 |
| HSL | 271.21º | 1% | 0.61% | - |
| HSV(B) | 271.21º | 0.78% | 1% | - |
| XYZ | 34.01 | 17.62 | 96.22 | - |
| YUV | 110.37 | 209.62 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 255 | 0.37 | 0.78 | 0 | 0 | 271.21 | 1 | 0.61 |
| Hex | A0 | 39 | FF | 25 | 4E | 0 | 0 | 10F | 64 | 3D |
| Octal | 240 | 71 | 377 | 45 | 116 | 0 | 0 | 417 | 144 | 75 |
| Binary | 10100000 | 111001 | 11111111 | 100101 | 1001110 | 0 | 0 | 100001111 | 1100100 | 111101 |
Color Harmonies of #A039FF
Complementary color
Monochromatic Colors of #A039FF
Black with #A039FF
Text Example
Text Example
White with #A039FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039FF; }
p { color: rgb(160,57,255); }
H1.HeaderClassName
{
color: #A039FF;
}
.AnyTagClassName
{
color: #A039FF;
}
</style>
background-color css
<style>
a { background-color: #A039FF; }
a { background-color: rgb(160,57,255); }
div.DivClassName
{
background-color: #A039FF;
}
.BgClassName
{
background-color: #A039FF;
}
</style>
border-color css
<style>
span { border-color: #A039FF; }
span { border-color: rgb(160,57,255); }
td.TdClassName
{
border-color: #A039FF;
}
.TagClassName
{
border-color: #A039FF;
}
</style>