Shades of Blue Violet #A123EB
Tints of Blue Violet #A123EB
RGB
CMYK
RGB Variations
Color information
#A123EB (or 0xA123EB) is known color: Blue Violet. HEX triplet: A1, 23 and EB. RGB value is (161,35,235). Sum of RGB (Red+Green+Blue) = 161+35+235=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #A123EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A123EB is #5EDC14. Grayscale: #5E5E5E. Windows color (decimal): -6216725 or 15410081. OLE color: 15410081.
HSL color Cylindrical-coordinate representation of color #A123EB: hue angle of 277.8º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A123EB is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 35 | 235 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.08 |
| HSL | 277.8º | 0.83% | 0.53% | - |
| HSV(B) | 277.8º | 0.85% | 0.92% | - |
| XYZ | 30.29 | 14.78 | 79.85 | - |
| YUV | 95.47 | 206.74 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 235 | 0.31 | 0.85 | 0 | 0.08 | 277.8 | 0.83 | 0.53 |
| Hex | A1 | 23 | EB | 1F | 55 | 0 | 8 | 116 | 53 | 35 |
| Octal | 241 | 43 | 353 | 37 | 125 | 0 | 10 | 426 | 123 | 65 |
| Binary | 10100001 | 100011 | 11101011 | 11111 | 1010101 | 0 | 1000 | 100010110 | 1010011 | 110101 |
Color Harmonies of #A123EB
Complementary color
Monochromatic Colors of #A123EB
Black with #A123EB
Text Example
Text Example
White with #A123EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123EB; }
p { color: rgb(161,35,235); }
H1.HeaderClassName
{
color: #A123EB;
}
.AnyTagClassName
{
color: #A123EB;
}
</style>
background-color css
<style>
a { background-color: #A123EB; }
a { background-color: rgb(161,35,235); }
div.DivClassName
{
background-color: #A123EB;
}
.BgClassName
{
background-color: #A123EB;
}
</style>
border-color css
<style>
span { border-color: #A123EB; }
span { border-color: rgb(161,35,235); }
td.TdClassName
{
border-color: #A123EB;
}
.TagClassName
{
border-color: #A123EB;
}
</style>