Shades of Blue Violet #A23EFC
Tints of Blue Violet #A23EFC
RGB
CMYK
RGB Variations
Color information
#A23EFC (or 0xA23EFC) is known color: Blue Violet. HEX triplet: A2, 3E and FC. RGB value is (162,62,252). Sum of RGB (Red+Green+Blue) = 162+62+252=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #A23EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EFC is #5DC103. Grayscale: #707070. Windows color (decimal): -6144260 or 16531106. OLE color: 16531106.
HSL color Cylindrical-coordinate representation of color #A23EFC: hue angle of 271.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23EFC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 62 | 252 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.01 |
| HSL | 271.58º | 0.97% | 0.62% | - |
| HSV(B) | 271.58º | 0.75% | 0.99% | - |
| XYZ | 34.19 | 18.15 | 93.8 | - |
| YUV | 113.56 | 206.13 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 252 | 0.36 | 0.75 | 0 | 0.01 | 271.58 | 0.97 | 0.62 |
| Hex | A2 | 3E | FC | 24 | 4B | 0 | 1 | 110 | 61 | 3E |
| Octal | 242 | 76 | 374 | 44 | 113 | 0 | 1 | 420 | 141 | 76 |
| Binary | 10100010 | 111110 | 11111100 | 100100 | 1001011 | 0 | 1 | 100010000 | 1100001 | 111110 |
Color Harmonies of #A23EFC
Complementary color
Monochromatic Colors of #A23EFC
Black with #A23EFC
Text Example
Text Example
White with #A23EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EFC; }
p { color: rgb(162,62,252); }
H1.HeaderClassName
{
color: #A23EFC;
}
.AnyTagClassName
{
color: #A23EFC;
}
</style>
background-color css
<style>
a { background-color: #A23EFC; }
a { background-color: rgb(162,62,252); }
div.DivClassName
{
background-color: #A23EFC;
}
.BgClassName
{
background-color: #A23EFC;
}
</style>
border-color css
<style>
span { border-color: #A23EFC; }
span { border-color: rgb(162,62,252); }
td.TdClassName
{
border-color: #A23EFC;
}
.TagClassName
{
border-color: #A23EFC;
}
</style>