Shades of Blue Violet #A23AFB
Tints of Blue Violet #A23AFB
RGB
CMYK
RGB Variations
Color information
#A23AFB (or 0xA23AFB) is known color: Blue Violet. HEX triplet: A2, 3A and FB. RGB value is (162,58,251). Sum of RGB (Red+Green+Blue) = 162+58+251=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #A23AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AFB is #5DC504. Grayscale: #6E6E6E. Windows color (decimal): -6145285 or 16464546. OLE color: 16464546.
HSL color Cylindrical-coordinate representation of color #A23AFB: hue angle of 272.33º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A23AFB is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 58 | 251 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.02 |
| HSL | 272.33º | 0.96% | 0.61% | - |
| HSV(B) | 272.33º | 0.77% | 0.98% | - |
| XYZ | 33.83 | 17.67 | 92.9 | - |
| YUV | 111.1 | 206.96 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 251 | 0.35 | 0.77 | 0 | 0.02 | 272.33 | 0.96 | 0.61 |
| Hex | A2 | 3A | FB | 23 | 4D | 0 | 2 | 110 | 60 | 3D |
| Octal | 242 | 72 | 373 | 43 | 115 | 0 | 2 | 420 | 140 | 75 |
| Binary | 10100010 | 111010 | 11111011 | 100011 | 1001101 | 0 | 10 | 100010000 | 1100000 | 111101 |
Color Harmonies of #A23AFB
Complementary color
Monochromatic Colors of #A23AFB
Black with #A23AFB
Text Example
Text Example
White with #A23AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AFB; }
p { color: rgb(162,58,251); }
H1.HeaderClassName
{
color: #A23AFB;
}
.AnyTagClassName
{
color: #A23AFB;
}
</style>
background-color css
<style>
a { background-color: #A23AFB; }
a { background-color: rgb(162,58,251); }
div.DivClassName
{
background-color: #A23AFB;
}
.BgClassName
{
background-color: #A23AFB;
}
</style>
border-color css
<style>
span { border-color: #A23AFB; }
span { border-color: rgb(162,58,251); }
td.TdClassName
{
border-color: #A23AFB;
}
.TagClassName
{
border-color: #A23AFB;
}
</style>