Shades of Blue Violet #A23EFF
Tints of Blue Violet #A23EFF
RGB
CMYK
RGB Variations
Color information
#A23EFF (or 0xA23EFF) is known color: Blue Violet. HEX triplet: A2, 3E and FF. RGB value is (162,62,255). Sum of RGB (Red+Green+Blue) = 162+62+255=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 62 (24.61% from 255 or 12.94% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #A23EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23EFF is #5DC100. Grayscale: #717171. Windows color (decimal): -6144257 or 16727714. OLE color: 16727714.
HSL color Cylindrical-coordinate representation of color #A23EFF: hue angle of 271.09º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23EFF is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 62 | 255 | - |
| CMYK | 0.36 | 0.76 | 0 | 0 |
| HSL | 271.09º | 1% | 0.62% | - |
| HSV(B) | 271.09º | 0.76% | 1% | - |
| XYZ | 34.67 | 18.35 | 96.32 | - |
| YUV | 113.9 | 207.63 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 255 | 0.36 | 0.76 | 0 | 0 | 271.09 | 1 | 0.62 |
| Hex | A2 | 3E | FF | 24 | 4C | 0 | 0 | 10F | 64 | 3E |
| Octal | 242 | 76 | 377 | 44 | 114 | 0 | 0 | 417 | 144 | 76 |
| Binary | 10100010 | 111110 | 11111111 | 100100 | 1001100 | 0 | 0 | 100001111 | 1100100 | 111110 |
Color Harmonies of #A23EFF
Complementary color
Monochromatic Colors of #A23EFF
Black with #A23EFF
Text Example
Text Example
White with #A23EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23EFF; }
p { color: rgb(162,62,255); }
H1.HeaderClassName
{
color: #A23EFF;
}
.AnyTagClassName
{
color: #A23EFF;
}
</style>
background-color css
<style>
a { background-color: #A23EFF; }
a { background-color: rgb(162,62,255); }
div.DivClassName
{
background-color: #A23EFF;
}
.BgClassName
{
background-color: #A23EFF;
}
</style>
border-color css
<style>
span { border-color: #A23EFF; }
span { border-color: rgb(162,62,255); }
td.TdClassName
{
border-color: #A23EFF;
}
.TagClassName
{
border-color: #A23EFF;
}
</style>