Shades of Blue Violet #A23AF9
Tints of Blue Violet #A23AF9
RGB
CMYK
RGB Variations
Color information
#A23AF9 (or 0xA23AF9) is known color: Blue Violet. HEX triplet: A2, 3A and F9. RGB value is (162,58,249). Sum of RGB (Red+Green+Blue) = 162+58+249=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #A23AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23AF9 is #5DC506. Grayscale: #6E6E6E. Windows color (decimal): -6145287 or 16333474. OLE color: 16333474.
HSL color Cylindrical-coordinate representation of color #A23AF9: hue angle of 272.67º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A23AF9 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 58 | 249 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.02 |
| HSL | 272.67º | 0.94% | 0.6% | - |
| HSV(B) | 272.67º | 0.77% | 0.98% | - |
| XYZ | 33.51 | 17.55 | 91.24 | - |
| YUV | 110.87 | 205.96 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 249 | 0.35 | 0.77 | 0 | 0.02 | 272.67 | 0.94 | 0.6 |
| Hex | A2 | 3A | F9 | 23 | 4D | 0 | 2 | 111 | 5E | 3C |
| Octal | 242 | 72 | 371 | 43 | 115 | 0 | 2 | 421 | 136 | 74 |
| Binary | 10100010 | 111010 | 11111001 | 100011 | 1001101 | 0 | 10 | 100010001 | 1011110 | 111100 |
Color Harmonies of #A23AF9
Complementary color
Monochromatic Colors of #A23AF9
Black with #A23AF9
Text Example
Text Example
White with #A23AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23AF9; }
p { color: rgb(162,58,249); }
H1.HeaderClassName
{
color: #A23AF9;
}
.AnyTagClassName
{
color: #A23AF9;
}
</style>
background-color css
<style>
a { background-color: #A23AF9; }
a { background-color: rgb(162,58,249); }
div.DivClassName
{
background-color: #A23AF9;
}
.BgClassName
{
background-color: #A23AF9;
}
</style>
border-color css
<style>
span { border-color: #A23AF9; }
span { border-color: rgb(162,58,249); }
td.TdClassName
{
border-color: #A23AF9;
}
.TagClassName
{
border-color: #A23AF9;
}
</style>