Shades of Blue Violet #A23FEB
Tints of Blue Violet #A23FEB
RGB
CMYK
RGB Variations
Color information
#A23FEB (or 0xA23FEB) is known color: Blue Violet. HEX triplet: A2, 3F and EB. RGB value is (162,63,235). Sum of RGB (Red+Green+Blue) = 162+63+235=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #A23FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23FEB is #5DC014. Grayscale: #6F6F6F. Windows color (decimal): -6144021 or 15417250. OLE color: 15417250.
HSL color Cylindrical-coordinate representation of color #A23FEB: hue angle of 274.53º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23FEB is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 63 | 235 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.08 |
| HSL | 274.53º | 0.81% | 0.58% | - |
| HSV(B) | 274.53º | 0.73% | 0.92% | - |
| XYZ | 31.67 | 17.23 | 80.25 | - |
| YUV | 112.21 | 197.3 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 235 | 0.31 | 0.73 | 0 | 0.08 | 274.53 | 0.81 | 0.58 |
| Hex | A2 | 3F | EB | 1F | 49 | 0 | 8 | 113 | 51 | 3A |
| Octal | 242 | 77 | 353 | 37 | 111 | 0 | 10 | 423 | 121 | 72 |
| Binary | 10100010 | 111111 | 11101011 | 11111 | 1001001 | 0 | 1000 | 100010011 | 1010001 | 111010 |
Color Harmonies of #A23FEB
Complementary color
Monochromatic Colors of #A23FEB
Black with #A23FEB
Text Example
Text Example
White with #A23FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FEB; }
p { color: rgb(162,63,235); }
H1.HeaderClassName
{
color: #A23FEB;
}
.AnyTagClassName
{
color: #A23FEB;
}
</style>
background-color css
<style>
a { background-color: #A23FEB; }
a { background-color: rgb(162,63,235); }
div.DivClassName
{
background-color: #A23FEB;
}
.BgClassName
{
background-color: #A23FEB;
}
</style>
border-color css
<style>
span { border-color: #A23FEB; }
span { border-color: rgb(162,63,235); }
td.TdClassName
{
border-color: #A23FEB;
}
.TagClassName
{
border-color: #A23FEB;
}
</style>