Shades of Blue Violet #A23EEC
Tints of Blue Violet #A23EEC
RGB
CMYK
RGB Variations
Color information
#A23EEC (or 0xA23EEC) is known color: Blue Violet. HEX triplet: A2, 3E and EC. RGB value is (162,62,236). Sum of RGB (Red+Green+Blue) = 162+62+236=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #A23EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EEC is #5DC113. Grayscale: #6F6F6F. Windows color (decimal): -6144276 or 15482530. OLE color: 15482530.
HSL color Cylindrical-coordinate representation of color #A23EEC: hue angle of 274.48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23EEC is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 62 | 236 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.07 |
| HSL | 274.48º | 0.82% | 0.58% | - |
| HSV(B) | 274.48º | 0.74% | 0.93% | - |
| XYZ | 31.76 | 17.18 | 81 | - |
| YUV | 111.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 236 | 0.31 | 0.74 | 0 | 0.07 | 274.48 | 0.82 | 0.58 |
| Hex | A2 | 3E | EC | 1F | 4A | 0 | 7 | 112 | 52 | 3A |
| Octal | 242 | 76 | 354 | 37 | 112 | 0 | 7 | 422 | 122 | 72 |
| Binary | 10100010 | 111110 | 11101100 | 11111 | 1001010 | 0 | 111 | 100010010 | 1010010 | 111010 |
Color Harmonies of #A23EEC
Complementary color
Monochromatic Colors of #A23EEC
Black with #A23EEC
Text Example
Text Example
White with #A23EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EEC; }
p { color: rgb(162,62,236); }
H1.HeaderClassName
{
color: #A23EEC;
}
.AnyTagClassName
{
color: #A23EEC;
}
</style>
background-color css
<style>
a { background-color: #A23EEC; }
a { background-color: rgb(162,62,236); }
div.DivClassName
{
background-color: #A23EEC;
}
.BgClassName
{
background-color: #A23EEC;
}
</style>
border-color css
<style>
span { border-color: #A23EEC; }
span { border-color: rgb(162,62,236); }
td.TdClassName
{
border-color: #A23EEC;
}
.TagClassName
{
border-color: #A23EEC;
}
</style>