Shades of Blue Violet #A038EC
Tints of Blue Violet #A038EC
RGB
CMYK
RGB Variations
Color information
#A038EC (or 0xA038EC) is known color: Blue Violet. HEX triplet: A0, 38 and EC. RGB value is (160,56,236). Sum of RGB (Red+Green+Blue) = 160+56+236=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #A038EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A038EC is #5FC713. Grayscale: #6B6B6B. Windows color (decimal): -6276884 or 15480992. OLE color: 15480992.
HSL color Cylindrical-coordinate representation of color #A038EC: hue angle of 274.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A038EC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 56 | 236 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.07 |
| HSL | 274.67º | 0.83% | 0.57% | - |
| HSV(B) | 274.67º | 0.76% | 0.93% | - |
| XYZ | 31.05 | 16.36 | 80.88 | - |
| YUV | 107.62 | 200.46 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 236 | 0.32 | 0.76 | 0 | 0.07 | 274.67 | 0.83 | 0.57 |
| Hex | A0 | 38 | EC | 20 | 4C | 0 | 7 | 113 | 53 | 39 |
| Octal | 240 | 70 | 354 | 40 | 114 | 0 | 7 | 423 | 123 | 71 |
| Binary | 10100000 | 111000 | 11101100 | 100000 | 1001100 | 0 | 111 | 100010011 | 1010011 | 111001 |
Color Harmonies of #A038EC
Complementary color
Monochromatic Colors of #A038EC
Black with #A038EC
Text Example
Text Example
White with #A038EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A038EC; }
p { color: rgb(160,56,236); }
H1.HeaderClassName
{
color: #A038EC;
}
.AnyTagClassName
{
color: #A038EC;
}
</style>
background-color css
<style>
a { background-color: #A038EC; }
a { background-color: rgb(160,56,236); }
div.DivClassName
{
background-color: #A038EC;
}
.BgClassName
{
background-color: #A038EC;
}
</style>
border-color css
<style>
span { border-color: #A038EC; }
span { border-color: rgb(160,56,236); }
td.TdClassName
{
border-color: #A038EC;
}
.TagClassName
{
border-color: #A038EC;
}
</style>