Shades of Blue Violet #A338EC
Tints of Blue Violet #A338EC
RGB
CMYK
RGB Variations
Color information
#A338EC (or 0xA338EC) is known color: Blue Violet. HEX triplet: A3, 38 and EC. RGB value is (163,56,236). Sum of RGB (Red+Green+Blue) = 163+56+236=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #A338EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A338EC is #5CC713. Grayscale: #6B6B6B. Windows color (decimal): -6080276 or 15480995. OLE color: 15480995.
HSL color Cylindrical-coordinate representation of color #A338EC: hue angle of 275.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 #A338EC is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 56 | 236 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.07 |
| HSL | 275.67º | 0.83% | 0.57% | - |
| HSV(B) | 275.67º | 0.76% | 0.93% | - |
| XYZ | 31.66 | 16.67 | 80.91 | - |
| YUV | 108.51 | 199.95 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 236 | 0.31 | 0.76 | 0 | 0.07 | 275.67 | 0.83 | 0.57 |
| Hex | A3 | 38 | EC | 1F | 4C | 0 | 7 | 114 | 53 | 39 |
| Octal | 243 | 70 | 354 | 37 | 114 | 0 | 7 | 424 | 123 | 71 |
| Binary | 10100011 | 111000 | 11101100 | 11111 | 1001100 | 0 | 111 | 100010100 | 1010011 | 111001 |
Color Harmonies of #A338EC
Complementary color
Monochromatic Colors of #A338EC
Black with #A338EC
Text Example
Text Example
White with #A338EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A338EC; }
p { color: rgb(163,56,236); }
H1.HeaderClassName
{
color: #A338EC;
}
.AnyTagClassName
{
color: #A338EC;
}
</style>
background-color css
<style>
a { background-color: #A338EC; }
a { background-color: rgb(163,56,236); }
div.DivClassName
{
background-color: #A338EC;
}
.BgClassName
{
background-color: #A338EC;
}
</style>
border-color css
<style>
span { border-color: #A338EC; }
span { border-color: rgb(163,56,236); }
td.TdClassName
{
border-color: #A338EC;
}
.TagClassName
{
border-color: #A338EC;
}
</style>