Shades of Blue Violet #A138EC
Tints of Blue Violet #A138EC
RGB
CMYK
RGB Variations
Color information
#A138EC (or 0xA138EC) is known color: Blue Violet. HEX triplet: A1, 38 and EC. RGB value is (161,56,236). Sum of RGB (Red+Green+Blue) = 161+56+236=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 56 (22.27% from 255 or 12.36% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #A138EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A138EC is #5EC713. Grayscale: #6B6B6B. Windows color (decimal): -6211348 or 15480993. OLE color: 15480993.
HSL color Cylindrical-coordinate representation of color #A138EC: hue angle of 275º 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 #A138EC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 56 | 236 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.07 |
| HSL | 275º | 0.83% | 0.57% | - |
| HSV(B) | 275º | 0.76% | 0.93% | - |
| XYZ | 31.25 | 16.46 | 80.89 | - |
| YUV | 107.92 | 200.29 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 236 | 0.32 | 0.76 | 0 | 0.07 | 275 | 0.83 | 0.57 |
| Hex | A1 | 38 | EC | 20 | 4C | 0 | 7 | 113 | 53 | 39 |
| Octal | 241 | 70 | 354 | 40 | 114 | 0 | 7 | 423 | 123 | 71 |
| Binary | 10100001 | 111000 | 11101100 | 100000 | 1001100 | 0 | 111 | 100010011 | 1010011 | 111001 |
Color Harmonies of #A138EC
Complementary color
Monochromatic Colors of #A138EC
Black with #A138EC
Text Example
Text Example
White with #A138EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A138EC; }
p { color: rgb(161,56,236); }
H1.HeaderClassName
{
color: #A138EC;
}
.AnyTagClassName
{
color: #A138EC;
}
</style>
background-color css
<style>
a { background-color: #A138EC; }
a { background-color: rgb(161,56,236); }
div.DivClassName
{
background-color: #A138EC;
}
.BgClassName
{
background-color: #A138EC;
}
</style>
border-color css
<style>
span { border-color: #A138EC; }
span { border-color: rgb(161,56,236); }
td.TdClassName
{
border-color: #A138EC;
}
.TagClassName
{
border-color: #A138EC;
}
</style>