Shades of Blue Violet #A23AF3
Tints of Blue Violet #A23AF3
RGB
CMYK
RGB Variations
Color information
#A23AF3 (or 0xA23AF3) is known color: Blue Violet. HEX triplet: A2, 3A and F3. RGB value is (162,58,243). Sum of RGB (Red+Green+Blue) = 162+58+243=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 243 (95.31% from 255 or 52.48% from 463); Max value from RGB is 243 - color contains mainly: blue. Hex color #A23AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AF3 is #5DC50C. Grayscale: #6D6D6D. Windows color (decimal): -6145293 or 15940258. OLE color: 15940258.
HSL color Cylindrical-coordinate representation of color #A23AF3: hue angle of 273.73º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23AF3 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 58 | 243 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.05 |
| HSL | 273.73º | 0.89% | 0.59% | - |
| HSV(B) | 273.73º | 0.76% | 0.95% | - |
| XYZ | 32.59 | 17.18 | 86.39 | - |
| YUV | 110.19 | 202.96 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 243 | 0.33 | 0.76 | 0 | 0.05 | 273.73 | 0.89 | 0.59 |
| Hex | A2 | 3A | F3 | 21 | 4C | 0 | 5 | 112 | 59 | 3B |
| Octal | 242 | 72 | 363 | 41 | 114 | 0 | 5 | 422 | 131 | 73 |
| Binary | 10100010 | 111010 | 11110011 | 100001 | 1001100 | 0 | 101 | 100010010 | 1011001 | 111011 |
Color Harmonies of #A23AF3
Complementary color
Monochromatic Colors of #A23AF3
Black with #A23AF3
Text Example
Text Example
White with #A23AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AF3; }
p { color: rgb(162,58,243); }
H1.HeaderClassName
{
color: #A23AF3;
}
.AnyTagClassName
{
color: #A23AF3;
}
</style>
background-color css
<style>
a { background-color: #A23AF3; }
a { background-color: rgb(162,58,243); }
div.DivClassName
{
background-color: #A23AF3;
}
.BgClassName
{
background-color: #A23AF3;
}
</style>
border-color css
<style>
span { border-color: #A23AF3; }
span { border-color: rgb(162,58,243); }
td.TdClassName
{
border-color: #A23AF3;
}
.TagClassName
{
border-color: #A23AF3;
}
</style>