Shades of Blue Violet #A23BFB
Tints of Blue Violet #A23BFB
RGB
CMYK
RGB Variations
Color information
#A23BFB (or 0xA23BFB) is known color: Blue Violet. HEX triplet: A2, 3B and FB. RGB value is (162,59,251). Sum of RGB (Red+Green+Blue) = 162+59+251=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #A23BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23BFB is #5DC404. Grayscale: #6F6F6F. Windows color (decimal): -6145029 or 16464802. OLE color: 16464802.
HSL color Cylindrical-coordinate representation of color #A23BFB: hue angle of 272.19º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23BFB is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 59 | 251 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.02 |
| HSL | 272.19º | 0.96% | 0.61% | - |
| HSV(B) | 272.19º | 0.76% | 0.98% | - |
| XYZ | 33.88 | 17.77 | 92.91 | - |
| YUV | 111.69 | 206.62 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 251 | 0.35 | 0.76 | 0 | 0.02 | 272.19 | 0.96 | 0.61 |
| Hex | A2 | 3B | FB | 23 | 4C | 0 | 2 | 110 | 60 | 3D |
| Octal | 242 | 73 | 373 | 43 | 114 | 0 | 2 | 420 | 140 | 75 |
| Binary | 10100010 | 111011 | 11111011 | 100011 | 1001100 | 0 | 10 | 100010000 | 1100000 | 111101 |
Color Harmonies of #A23BFB
Complementary color
Monochromatic Colors of #A23BFB
Black with #A23BFB
Text Example
Text Example
White with #A23BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BFB; }
p { color: rgb(162,59,251); }
H1.HeaderClassName
{
color: #A23BFB;
}
.AnyTagClassName
{
color: #A23BFB;
}
</style>
background-color css
<style>
a { background-color: #A23BFB; }
a { background-color: rgb(162,59,251); }
div.DivClassName
{
background-color: #A23BFB;
}
.BgClassName
{
background-color: #A23BFB;
}
</style>
border-color css
<style>
span { border-color: #A23BFB; }
span { border-color: rgb(162,59,251); }
td.TdClassName
{
border-color: #A23BFB;
}
.TagClassName
{
border-color: #A23BFB;
}
</style>