Shades of Blue Violet #A323EC
Tints of Blue Violet #A323EC
RGB
CMYK
RGB Variations
Color information
#A323EC (or 0xA323EC) is known color: Blue Violet. HEX triplet: A3, 23 and EC. RGB value is (163,35,236). Sum of RGB (Red+Green+Blue) = 163+35+236=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #A323EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A323EC is #5CDC13. Grayscale: #5F5F5F. Windows color (decimal): -6085652 or 15475619. OLE color: 15475619.
HSL color Cylindrical-coordinate representation of color #A323EC: hue angle of 278.21º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A323EC is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 35 | 236 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.07 |
| HSL | 278.21º | 0.84% | 0.53% | - |
| HSV(B) | 278.21º | 0.85% | 0.93% | - |
| XYZ | 30.85 | 15.04 | 80.64 | - |
| YUV | 96.19 | 206.91 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 35 | 236 | 0.31 | 0.85 | 0 | 0.07 | 278.21 | 0.84 | 0.53 |
| Hex | A3 | 23 | EC | 1F | 55 | 0 | 7 | 116 | 54 | 35 |
| Octal | 243 | 43 | 354 | 37 | 125 | 0 | 7 | 426 | 124 | 65 |
| Binary | 10100011 | 100011 | 11101100 | 11111 | 1010101 | 0 | 111 | 100010110 | 1010100 | 110101 |
Color Harmonies of #A323EC
Complementary color
Monochromatic Colors of #A323EC
Black with #A323EC
Text Example
Text Example
White with #A323EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A323EC; }
p { color: rgb(163,35,236); }
H1.HeaderClassName
{
color: #A323EC;
}
.AnyTagClassName
{
color: #A323EC;
}
</style>
background-color css
<style>
a { background-color: #A323EC; }
a { background-color: rgb(163,35,236); }
div.DivClassName
{
background-color: #A323EC;
}
.BgClassName
{
background-color: #A323EC;
}
</style>
border-color css
<style>
span { border-color: #A323EC; }
span { border-color: rgb(163,35,236); }
td.TdClassName
{
border-color: #A323EC;
}
.TagClassName
{
border-color: #A323EC;
}
</style>