Shades of Blue Violet #A038E9
Tints of Blue Violet #A038E9
RGB
CMYK
RGB Variations
Color information
#A038E9 (or 0xA038E9) is known color: Blue Violet. HEX triplet: A0, 38 and E9. RGB value is (160,56,233). Sum of RGB (Red+Green+Blue) = 160+56+233=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #A038E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038E9 is #5FC716. Grayscale: #6A6A6A. Windows color (decimal): -6276887 or 15284384. OLE color: 15284384.
HSL color Cylindrical-coordinate representation of color #A038E9: hue angle of 275.25º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A038E9 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 56 | 233 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.09 |
| HSL | 275.25º | 0.8% | 0.57% | - |
| HSV(B) | 275.25º | 0.76% | 0.91% | - |
| XYZ | 30.62 | 16.19 | 78.6 | - |
| YUV | 107.27 | 198.96 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 233 | 0.31 | 0.76 | 0 | 0.09 | 275.25 | 0.8 | 0.57 |
| Hex | A0 | 38 | E9 | 1F | 4C | 0 | 9 | 113 | 50 | 39 |
| Octal | 240 | 70 | 351 | 37 | 114 | 0 | 11 | 423 | 120 | 71 |
| Binary | 10100000 | 111000 | 11101001 | 11111 | 1001100 | 0 | 1001 | 100010011 | 1010000 | 111001 |
Color Harmonies of #A038E9
Complementary color
Monochromatic Colors of #A038E9
Black with #A038E9
Text Example
Text Example
White with #A038E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038E9; }
p { color: rgb(160,56,233); }
H1.HeaderClassName
{
color: #A038E9;
}
.AnyTagClassName
{
color: #A038E9;
}
</style>
background-color css
<style>
a { background-color: #A038E9; }
a { background-color: rgb(160,56,233); }
div.DivClassName
{
background-color: #A038E9;
}
.BgClassName
{
background-color: #A038E9;
}
</style>
border-color css
<style>
span { border-color: #A038E9; }
span { border-color: rgb(160,56,233); }
td.TdClassName
{
border-color: #A038E9;
}
.TagClassName
{
border-color: #A038E9;
}
</style>