Shades of Blue Violet #A123F7
Tints of Blue Violet #A123F7
RGB
CMYK
RGB Variations
Color information
#A123F7 (or 0xA123F7) is known color: Blue Violet. HEX triplet: A1, 23 and F7. RGB value is (161,35,247). Sum of RGB (Red+Green+Blue) = 161+35+247=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 35 (14.06% from 255 or 7.90% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #A123F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A123F7 is #5EDC08. Grayscale: #606060. Windows color (decimal): -6216713 or 16196513. OLE color: 16196513.
HSL color Cylindrical-coordinate representation of color #A123F7: hue angle of 275.66º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A123F7 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 35 | 247 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.03 |
| HSL | 275.66º | 0.93% | 0.55% | - |
| HSV(B) | 275.66º | 0.86% | 0.97% | - |
| XYZ | 32.09 | 15.49 | 89.3 | - |
| YUV | 96.84 | 212.74 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 247 | 0.35 | 0.86 | 0 | 0.03 | 275.66 | 0.93 | 0.55 |
| Hex | A1 | 23 | F7 | 23 | 56 | 0 | 3 | 114 | 5D | 37 |
| Octal | 241 | 43 | 367 | 43 | 126 | 0 | 3 | 424 | 135 | 67 |
| Binary | 10100001 | 100011 | 11110111 | 100011 | 1010110 | 0 | 11 | 100010100 | 1011101 | 110111 |
Color Harmonies of #A123F7
Complementary color
Monochromatic Colors of #A123F7
Black with #A123F7
Text Example
Text Example
White with #A123F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A123F7; }
p { color: rgb(161,35,247); }
H1.HeaderClassName
{
color: #A123F7;
}
.AnyTagClassName
{
color: #A123F7;
}
</style>
background-color css
<style>
a { background-color: #A123F7; }
a { background-color: rgb(161,35,247); }
div.DivClassName
{
background-color: #A123F7;
}
.BgClassName
{
background-color: #A123F7;
}
</style>
border-color css
<style>
span { border-color: #A123F7; }
span { border-color: rgb(161,35,247); }
td.TdClassName
{
border-color: #A123F7;
}
.TagClassName
{
border-color: #A123F7;
}
</style>