Shades of Blue Violet #A23FFA
Tints of Blue Violet #A23FFA
RGB
CMYK
RGB Variations
Color information
#A23FFA (or 0xA23FFA) is known color: Blue Violet. HEX triplet: A2, 3F and FA. RGB value is (162,63,250). Sum of RGB (Red+Green+Blue) = 162+63+250=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #A23FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23FFA is #5DC005. Grayscale: #717171. Windows color (decimal): -6144006 or 16400290. OLE color: 16400290.
HSL color Cylindrical-coordinate representation of color #A23FFA: hue angle of 271.76º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23FFA is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 63 | 250 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.02 |
| HSL | 271.76º | 0.95% | 0.61% | - |
| HSV(B) | 271.76º | 0.75% | 0.98% | - |
| XYZ | 33.93 | 18.14 | 92.16 | - |
| YUV | 113.92 | 204.8 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 250 | 0.35 | 0.75 | 0 | 0.02 | 271.76 | 0.95 | 0.61 |
| Hex | A2 | 3F | FA | 23 | 4B | 0 | 2 | 110 | 5F | 3D |
| Octal | 242 | 77 | 372 | 43 | 113 | 0 | 2 | 420 | 137 | 75 |
| Binary | 10100010 | 111111 | 11111010 | 100011 | 1001011 | 0 | 10 | 100010000 | 1011111 | 111101 |
Color Harmonies of #A23FFA
Complementary color
Monochromatic Colors of #A23FFA
Black with #A23FFA
Text Example
Text Example
White with #A23FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23FFA; }
p { color: rgb(162,63,250); }
H1.HeaderClassName
{
color: #A23FFA;
}
.AnyTagClassName
{
color: #A23FFA;
}
</style>
background-color css
<style>
a { background-color: #A23FFA; }
a { background-color: rgb(162,63,250); }
div.DivClassName
{
background-color: #A23FFA;
}
.BgClassName
{
background-color: #A23FFA;
}
</style>
border-color css
<style>
span { border-color: #A23FFA; }
span { border-color: rgb(162,63,250); }
td.TdClassName
{
border-color: #A23FFA;
}
.TagClassName
{
border-color: #A23FFA;
}
</style>