Shades of Blue Violet #A23CEB
Tints of Blue Violet #A23CEB
RGB
CMYK
RGB Variations
Color information
#A23CEB (or 0xA23CEB) is known color: Blue Violet. HEX triplet: A2, 3C and EB. RGB value is (162,60,235). Sum of RGB (Red+Green+Blue) = 162+60+235=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #A23CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23CEB is #5DC314. Grayscale: #6D6D6D. Windows color (decimal): -6144789 or 15416482. OLE color: 15416482.
HSL color Cylindrical-coordinate representation of color #A23CEB: hue angle of 274.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23CEB is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 60 | 235 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.08 |
| HSL | 274.97º | 0.81% | 0.58% | - |
| HSV(B) | 274.97º | 0.74% | 0.92% | - |
| XYZ | 31.51 | 16.91 | 80.2 | - |
| YUV | 110.45 | 198.29 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 235 | 0.31 | 0.74 | 0 | 0.08 | 274.97 | 0.81 | 0.58 |
| Hex | A2 | 3C | EB | 1F | 4A | 0 | 8 | 113 | 51 | 3A |
| Octal | 242 | 74 | 353 | 37 | 112 | 0 | 10 | 423 | 121 | 72 |
| Binary | 10100010 | 111100 | 11101011 | 11111 | 1001010 | 0 | 1000 | 100010011 | 1010001 | 111010 |
Color Harmonies of #A23CEB
Complementary color
Monochromatic Colors of #A23CEB
Black with #A23CEB
Text Example
Text Example
White with #A23CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CEB; }
p { color: rgb(162,60,235); }
H1.HeaderClassName
{
color: #A23CEB;
}
.AnyTagClassName
{
color: #A23CEB;
}
</style>
background-color css
<style>
a { background-color: #A23CEB; }
a { background-color: rgb(162,60,235); }
div.DivClassName
{
background-color: #A23CEB;
}
.BgClassName
{
background-color: #A23CEB;
}
</style>
border-color css
<style>
span { border-color: #A23CEB; }
span { border-color: rgb(162,60,235); }
td.TdClassName
{
border-color: #A23CEB;
}
.TagClassName
{
border-color: #A23CEB;
}
</style>