Shades of Blue Violet #A23AF6
Tints of Blue Violet #A23AF6
RGB
CMYK
RGB Variations
Color information
#A23AF6 (or 0xA23AF6) is known color: Blue Violet. HEX triplet: A2, 3A and F6. RGB value is (162,58,246). Sum of RGB (Red+Green+Blue) = 162+58+246=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #A23AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AF6 is #5DC509. Grayscale: #6D6D6D. Windows color (decimal): -6145290 or 16136866. OLE color: 16136866.
HSL color Cylindrical-coordinate representation of color #A23AF6: hue angle of 273.19º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23AF6 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 58 | 246 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.04 |
| HSL | 273.19º | 0.91% | 0.6% | - |
| HSV(B) | 273.19º | 0.76% | 0.96% | - |
| XYZ | 33.05 | 17.36 | 88.8 | - |
| YUV | 110.53 | 204.46 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 246 | 0.34 | 0.76 | 0 | 0.04 | 273.19 | 0.91 | 0.6 |
| Hex | A2 | 3A | F6 | 22 | 4C | 0 | 4 | 111 | 5B | 3C |
| Octal | 242 | 72 | 366 | 42 | 114 | 0 | 4 | 421 | 133 | 74 |
| Binary | 10100010 | 111010 | 11110110 | 100010 | 1001100 | 0 | 100 | 100010001 | 1011011 | 111100 |
Color Harmonies of #A23AF6
Complementary color
Monochromatic Colors of #A23AF6
Black with #A23AF6
Text Example
Text Example
White with #A23AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AF6; }
p { color: rgb(162,58,246); }
H1.HeaderClassName
{
color: #A23AF6;
}
.AnyTagClassName
{
color: #A23AF6;
}
</style>
background-color css
<style>
a { background-color: #A23AF6; }
a { background-color: rgb(162,58,246); }
div.DivClassName
{
background-color: #A23AF6;
}
.BgClassName
{
background-color: #A23AF6;
}
</style>
border-color css
<style>
span { border-color: #A23AF6; }
span { border-color: rgb(162,58,246); }
td.TdClassName
{
border-color: #A23AF6;
}
.TagClassName
{
border-color: #A23AF6;
}
</style>