Shades of Blue Violet #A538EC
Tints of Blue Violet #A538EC
RGB
CMYK
RGB Variations
Color information
#A538EC (or 0xA538EC) is known color: Blue Violet. HEX triplet: A5, 38 and EC. RGB value is (165,56,236). Sum of RGB (Red+Green+Blue) = 165+56+236=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #A538EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A538EC is #5AC713. Grayscale: #6C6C6C. Windows color (decimal): -5949204 or 15480997. OLE color: 15480997.
HSL color Cylindrical-coordinate representation of color #A538EC: hue angle of 276.33º 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 #A538EC is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 56 | 236 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.07 |
| HSL | 276.33º | 0.83% | 0.57% | - |
| HSV(B) | 276.33º | 0.76% | 0.93% | - |
| XYZ | 32.07 | 16.88 | 80.93 | - |
| YUV | 109.11 | 199.61 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 56 | 236 | 0.30 | 0.76 | 0 | 0.07 | 276.33 | 0.83 | 0.57 |
| Hex | A5 | 38 | EC | 1E | 4C | 0 | 7 | 114 | 53 | 39 |
| Octal | 245 | 70 | 354 | 36 | 114 | 0 | 7 | 424 | 123 | 71 |
| Binary | 10100101 | 111000 | 11101100 | 11110 | 1001100 | 0 | 111 | 100010100 | 1010011 | 111001 |
Color Harmonies of #A538EC
Complementary color
Monochromatic Colors of #A538EC
Black with #A538EC
Text Example
Text Example
White with #A538EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A538EC; }
p { color: rgb(165,56,236); }
H1.HeaderClassName
{
color: #A538EC;
}
.AnyTagClassName
{
color: #A538EC;
}
</style>
background-color css
<style>
a { background-color: #A538EC; }
a { background-color: rgb(165,56,236); }
div.DivClassName
{
background-color: #A538EC;
}
.BgClassName
{
background-color: #A538EC;
}
</style>
border-color css
<style>
span { border-color: #A538EC; }
span { border-color: rgb(165,56,236); }
td.TdClassName
{
border-color: #A538EC;
}
.TagClassName
{
border-color: #A538EC;
}
</style>