Shades of Blue Violet #A039F8
Tints of Blue Violet #A039F8
RGB
CMYK
RGB Variations
Color information
#A039F8 (or 0xA039F8) is known color: Blue Violet. HEX triplet: A0, 39 and F8. RGB value is (160,57,248). Sum of RGB (Red+Green+Blue) = 160+57+248=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #A039F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A039F8 is #5FC607. Grayscale: #6C6C6C. Windows color (decimal): -6276616 or 16267680. OLE color: 16267680.
HSL color Cylindrical-coordinate representation of color #A039F8: hue angle of 272.36º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A039F8 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 57 | 248 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.03 |
| HSL | 272.36º | 0.93% | 0.6% | - |
| HSV(B) | 272.36º | 0.77% | 0.97% | - |
| XYZ | 32.9 | 17.18 | 90.39 | - |
| YUV | 109.57 | 206.12 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 248 | 0.35 | 0.77 | 0 | 0.03 | 272.36 | 0.93 | 0.6 |
| Hex | A0 | 39 | F8 | 23 | 4D | 0 | 3 | 110 | 5D | 3C |
| Octal | 240 | 71 | 370 | 43 | 115 | 0 | 3 | 420 | 135 | 74 |
| Binary | 10100000 | 111001 | 11111000 | 100011 | 1001101 | 0 | 11 | 100010000 | 1011101 | 111100 |
Color Harmonies of #A039F8
Complementary color
Monochromatic Colors of #A039F8
Black with #A039F8
Text Example
Text Example
White with #A039F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039F8; }
p { color: rgb(160,57,248); }
H1.HeaderClassName
{
color: #A039F8;
}
.AnyTagClassName
{
color: #A039F8;
}
</style>
background-color css
<style>
a { background-color: #A039F8; }
a { background-color: rgb(160,57,248); }
div.DivClassName
{
background-color: #A039F8;
}
.BgClassName
{
background-color: #A039F8;
}
</style>
border-color css
<style>
span { border-color: #A039F8; }
span { border-color: rgb(160,57,248); }
td.TdClassName
{
border-color: #A039F8;
}
.TagClassName
{
border-color: #A039F8;
}
</style>