Shades of Blue Violet #A23AEF
Tints of Blue Violet #A23AEF
RGB
CMYK
RGB Variations
Color information
#A23AEF (or 0xA23AEF) is known color: Blue Violet. HEX triplet: A2, 3A and EF. RGB value is (162,58,239). Sum of RGB (Red+Green+Blue) = 162+58+239=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #A23AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AEF is #5DC510. Grayscale: #6D6D6D. Windows color (decimal): -6145297 or 15678114. OLE color: 15678114.
HSL color Cylindrical-coordinate representation of color #A23AEF: hue angle of 274.48º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23AEF is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 58 | 239 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.06 |
| HSL | 274.48º | 0.85% | 0.58% | - |
| HSV(B) | 274.48º | 0.76% | 0.94% | - |
| XYZ | 31.99 | 16.94 | 83.24 | - |
| YUV | 109.73 | 200.96 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 239 | 0.32 | 0.76 | 0 | 0.06 | 274.48 | 0.85 | 0.58 |
| Hex | A2 | 3A | EF | 20 | 4C | 0 | 6 | 112 | 55 | 3A |
| Octal | 242 | 72 | 357 | 40 | 114 | 0 | 6 | 422 | 125 | 72 |
| Binary | 10100010 | 111010 | 11101111 | 100000 | 1001100 | 0 | 110 | 100010010 | 1010101 | 111010 |
Color Harmonies of #A23AEF
Complementary color
Monochromatic Colors of #A23AEF
Black with #A23AEF
Text Example
Text Example
White with #A23AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AEF; }
p { color: rgb(162,58,239); }
H1.HeaderClassName
{
color: #A23AEF;
}
.AnyTagClassName
{
color: #A23AEF;
}
</style>
background-color css
<style>
a { background-color: #A23AEF; }
a { background-color: rgb(162,58,239); }
div.DivClassName
{
background-color: #A23AEF;
}
.BgClassName
{
background-color: #A23AEF;
}
</style>
border-color css
<style>
span { border-color: #A23AEF; }
span { border-color: rgb(162,58,239); }
td.TdClassName
{
border-color: #A23AEF;
}
.TagClassName
{
border-color: #A23AEF;
}
</style>