Shades of Blue Violet #A23AE8
Tints of Blue Violet #A23AE8
RGB
CMYK
RGB Variations
Color information
#A23AE8 (or 0xA23AE8) is known color: Blue Violet. HEX triplet: A2, 3A and E8. RGB value is (162,58,232). Sum of RGB (Red+Green+Blue) = 162+58+232=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #A23AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AE8 is #5DC517. Grayscale: #6C6C6C. Windows color (decimal): -6145304 or 15219362. OLE color: 15219362.
HSL color Cylindrical-coordinate representation of color #A23AE8: hue angle of 275.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23AE8 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 58 | 232 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.09 |
| HSL | 275.86º | 0.79% | 0.57% | - |
| HSV(B) | 275.86º | 0.75% | 0.91% | - |
| XYZ | 30.98 | 16.53 | 77.9 | - |
| YUV | 108.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 232 | 0.30 | 0.75 | 0 | 0.09 | 275.86 | 0.79 | 0.57 |
| Hex | A2 | 3A | E8 | 1E | 4B | 0 | 9 | 114 | 4F | 39 |
| Octal | 242 | 72 | 350 | 36 | 113 | 0 | 11 | 424 | 117 | 71 |
| Binary | 10100010 | 111010 | 11101000 | 11110 | 1001011 | 0 | 1001 | 100010100 | 1001111 | 111001 |
Color Harmonies of #A23AE8
Complementary color
Monochromatic Colors of #A23AE8
Black with #A23AE8
Text Example
Text Example
White with #A23AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AE8; }
p { color: rgb(162,58,232); }
H1.HeaderClassName
{
color: #A23AE8;
}
.AnyTagClassName
{
color: #A23AE8;
}
</style>
background-color css
<style>
a { background-color: #A23AE8; }
a { background-color: rgb(162,58,232); }
div.DivClassName
{
background-color: #A23AE8;
}
.BgClassName
{
background-color: #A23AE8;
}
</style>
border-color css
<style>
span { border-color: #A23AE8; }
span { border-color: rgb(162,58,232); }
td.TdClassName
{
border-color: #A23AE8;
}
.TagClassName
{
border-color: #A23AE8;
}
</style>