Shades of Blue Violet #A039FB
Tints of Blue Violet #A039FB
RGB
CMYK
RGB Variations
Color information
#A039FB (or 0xA039FB) is known color: Blue Violet. HEX triplet: A0, 39 and FB. RGB value is (160,57,251). Sum of RGB (Red+Green+Blue) = 160+57+251=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #A039FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039FB is #5FC604. Grayscale: #6D6D6D. Windows color (decimal): -6276613 or 16464288. OLE color: 16464288.
HSL color Cylindrical-coordinate representation of color #A039FB: hue angle of 271.86º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A039FB is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 57 | 251 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.02 |
| HSL | 271.86º | 0.96% | 0.6% | - |
| HSV(B) | 271.86º | 0.77% | 0.98% | - |
| XYZ | 33.37 | 17.36 | 92.86 | - |
| YUV | 109.91 | 207.62 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 251 | 0.36 | 0.77 | 0 | 0.02 | 271.86 | 0.96 | 0.6 |
| Hex | A0 | 39 | FB | 24 | 4D | 0 | 2 | 110 | 60 | 3C |
| Octal | 240 | 71 | 373 | 44 | 115 | 0 | 2 | 420 | 140 | 74 |
| Binary | 10100000 | 111001 | 11111011 | 100100 | 1001101 | 0 | 10 | 100010000 | 1100000 | 111100 |
Color Harmonies of #A039FB
Complementary color
Monochromatic Colors of #A039FB
Black with #A039FB
Text Example
Text Example
White with #A039FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039FB; }
p { color: rgb(160,57,251); }
H1.HeaderClassName
{
color: #A039FB;
}
.AnyTagClassName
{
color: #A039FB;
}
</style>
background-color css
<style>
a { background-color: #A039FB; }
a { background-color: rgb(160,57,251); }
div.DivClassName
{
background-color: #A039FB;
}
.BgClassName
{
background-color: #A039FB;
}
</style>
border-color css
<style>
span { border-color: #A039FB; }
span { border-color: rgb(160,57,251); }
td.TdClassName
{
border-color: #A039FB;
}
.TagClassName
{
border-color: #A039FB;
}
</style>