Shades of Blue Violet #A23CEF
Tints of Blue Violet #A23CEF
RGB
CMYK
RGB Variations
Color information
#A23CEF (or 0xA23CEF) is known color: Blue Violet. HEX triplet: A2, 3C and EF. RGB value is (162,60,239). Sum of RGB (Red+Green+Blue) = 162+60+239=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #A23CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23CEF is #5DC310. Grayscale: #6E6E6E. Windows color (decimal): -6144785 or 15678626. OLE color: 15678626.
HSL color Cylindrical-coordinate representation of color #A23CEF: hue angle of 274.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23CEF is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 60 | 239 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.06 |
| HSL | 274.19º | 0.85% | 0.59% | - |
| HSV(B) | 274.19º | 0.75% | 0.94% | - |
| XYZ | 32.1 | 17.15 | 83.28 | - |
| YUV | 110.9 | 200.29 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 239 | 0.32 | 0.75 | 0 | 0.06 | 274.19 | 0.85 | 0.59 |
| Hex | A2 | 3C | EF | 20 | 4B | 0 | 6 | 112 | 55 | 3B |
| Octal | 242 | 74 | 357 | 40 | 113 | 0 | 6 | 422 | 125 | 73 |
| Binary | 10100010 | 111100 | 11101111 | 100000 | 1001011 | 0 | 110 | 100010010 | 1010101 | 111011 |
Color Harmonies of #A23CEF
Complementary color
Monochromatic Colors of #A23CEF
Black with #A23CEF
Text Example
Text Example
White with #A23CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CEF; }
p { color: rgb(162,60,239); }
H1.HeaderClassName
{
color: #A23CEF;
}
.AnyTagClassName
{
color: #A23CEF;
}
</style>
background-color css
<style>
a { background-color: #A23CEF; }
a { background-color: rgb(162,60,239); }
div.DivClassName
{
background-color: #A23CEF;
}
.BgClassName
{
background-color: #A23CEF;
}
</style>
border-color css
<style>
span { border-color: #A23CEF; }
span { border-color: rgb(162,60,239); }
td.TdClassName
{
border-color: #A23CEF;
}
.TagClassName
{
border-color: #A23CEF;
}
</style>