Shades of Blue Violet #A039FE
Tints of Blue Violet #A039FE
RGB
CMYK
RGB Variations
Color information
#A039FE (or 0xA039FE) is known color: Blue Violet. HEX triplet: A0, 39 and FE. RGB value is (160,57,254). Sum of RGB (Red+Green+Blue) = 160+57+254=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #A039FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039FE is #5FC601. Grayscale: #6D6D6D. Windows color (decimal): -6276610 or 16660896. OLE color: 16660896.
HSL color Cylindrical-coordinate representation of color #A039FE: hue angle of 271.37º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A039FE is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 57 | 254 | - |
| CMYK | 0.37 | 0.78 | 0 | 0.00 |
| HSL | 271.37º | 0.99% | 0.61% | - |
| HSV(B) | 271.37º | 0.78% | 1% | - |
| XYZ | 33.85 | 17.56 | 95.37 | - |
| YUV | 110.26 | 209.12 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 254 | 0.37 | 0.78 | 0 | 0.00 | 271.37 | 0.99 | 0.61 |
| Hex | A0 | 39 | FE | 25 | 4E | 0 | 0 | 10F | 63 | 3D |
| Octal | 240 | 71 | 376 | 45 | 116 | 0 | 0 | 417 | 143 | 75 |
| Binary | 10100000 | 111001 | 11111110 | 100101 | 1001110 | 0 | 0 | 100001111 | 1100011 | 111101 |
Color Harmonies of #A039FE
Complementary color
Monochromatic Colors of #A039FE
Black with #A039FE
Text Example
Text Example
White with #A039FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039FE; }
p { color: rgb(160,57,254); }
H1.HeaderClassName
{
color: #A039FE;
}
.AnyTagClassName
{
color: #A039FE;
}
</style>
background-color css
<style>
a { background-color: #A039FE; }
a { background-color: rgb(160,57,254); }
div.DivClassName
{
background-color: #A039FE;
}
.BgClassName
{
background-color: #A039FE;
}
</style>
border-color css
<style>
span { border-color: #A039FE; }
span { border-color: rgb(160,57,254); }
td.TdClassName
{
border-color: #A039FE;
}
.TagClassName
{
border-color: #A039FE;
}
</style>