Shades of Blue Violet #A123EA
Tints of Blue Violet #A123EA
RGB
CMYK
RGB Variations
Color information
#A123EA (or 0xA123EA) is known color: Blue Violet. HEX triplet: A1, 23 and EA. RGB value is (161,35,234). Sum of RGB (Red+Green+Blue) = 161+35+234=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 35 (14.06% from 255 or 8.14% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #A123EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A123EA is #5EDC15. Grayscale: #5E5E5E. Windows color (decimal): -6216726 or 15344545. OLE color: 15344545.
HSL color Cylindrical-coordinate representation of color #A123EA: hue angle of 277.99º 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 #A123EA is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 35 | 234 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.08 |
| HSL | 277.99º | 0.83% | 0.53% | - |
| HSV(B) | 277.99º | 0.85% | 0.92% | - |
| XYZ | 30.15 | 14.72 | 79.09 | - |
| YUV | 95.36 | 206.24 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 234 | 0.31 | 0.85 | 0 | 0.08 | 277.99 | 0.83 | 0.53 |
| Hex | A1 | 23 | EA | 1F | 55 | 0 | 8 | 116 | 53 | 35 |
| Octal | 241 | 43 | 352 | 37 | 125 | 0 | 10 | 426 | 123 | 65 |
| Binary | 10100001 | 100011 | 11101010 | 11111 | 1010101 | 0 | 1000 | 100010110 | 1010011 | 110101 |
Color Harmonies of #A123EA
Complementary color
Monochromatic Colors of #A123EA
Black with #A123EA
Text Example
Text Example
White with #A123EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123EA; }
p { color: rgb(161,35,234); }
H1.HeaderClassName
{
color: #A123EA;
}
.AnyTagClassName
{
color: #A123EA;
}
</style>
background-color css
<style>
a { background-color: #A123EA; }
a { background-color: rgb(161,35,234); }
div.DivClassName
{
background-color: #A123EA;
}
.BgClassName
{
background-color: #A123EA;
}
</style>
border-color css
<style>
span { border-color: #A123EA; }
span { border-color: rgb(161,35,234); }
td.TdClassName
{
border-color: #A123EA;
}
.TagClassName
{
border-color: #A123EA;
}
</style>