Shades of Blue Violet #A038E6
Tints of Blue Violet #A038E6
RGB
CMYK
RGB Variations
Color information
#A038E6 (or 0xA038E6) is known color: Blue Violet. HEX triplet: A0, 38 and E6. RGB value is (160,56,230). Sum of RGB (Red+Green+Blue) = 160+56+230=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 230 (90.23% from 255 or 51.57% from 446); Max value from RGB is 230 - color contains mainly: blue. Hex color #A038E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038E6 is #5FC719. Grayscale: #6A6A6A. Windows color (decimal): -6276890 or 15087776. OLE color: 15087776.
HSL color Cylindrical-coordinate representation of color #A038E6: hue angle of 275.86º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A038E6 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 56 | 230 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.10 |
| HSL | 275.86º | 0.78% | 0.56% | - |
| HSV(B) | 275.86º | 0.76% | 0.9% | - |
| XYZ | 30.19 | 16.02 | 76.36 | - |
| YUV | 106.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 230 | 0.30 | 0.76 | 0 | 0.10 | 275.86 | 0.78 | 0.56 |
| Hex | A0 | 38 | E6 | 1E | 4C | 0 | A | 114 | 4E | 38 |
| Octal | 240 | 70 | 346 | 36 | 114 | 0 | 12 | 424 | 116 | 70 |
| Binary | 10100000 | 111000 | 11100110 | 11110 | 1001100 | 0 | 1010 | 100010100 | 1001110 | 111000 |
Color Harmonies of #A038E6
Complementary color
Monochromatic Colors of #A038E6
Black with #A038E6
Text Example
Text Example
White with #A038E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038E6; }
p { color: rgb(160,56,230); }
H1.HeaderClassName
{
color: #A038E6;
}
.AnyTagClassName
{
color: #A038E6;
}
</style>
background-color css
<style>
a { background-color: #A038E6; }
a { background-color: rgb(160,56,230); }
div.DivClassName
{
background-color: #A038E6;
}
.BgClassName
{
background-color: #A038E6;
}
</style>
border-color css
<style>
span { border-color: #A038E6; }
span { border-color: rgb(160,56,230); }
td.TdClassName
{
border-color: #A038E6;
}
.TagClassName
{
border-color: #A038E6;
}
</style>