Shades of Blue Violet #A23CF8
Tints of Blue Violet #A23CF8
RGB
CMYK
RGB Variations
Color information
#A23CF8 (or 0xA23CF8) is known color: Blue Violet. HEX triplet: A2, 3C and F8. RGB value is (162,60,248). Sum of RGB (Red+Green+Blue) = 162+60+248=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 248 (97.27% from 255 or 52.77% from 470); Max value from RGB is 248 - color contains mainly: blue. Hex color #A23CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23CF8 is #5DC307. Grayscale: #6F6F6F. Windows color (decimal): -6144776 or 16268450. OLE color: 16268450.
HSL color Cylindrical-coordinate representation of color #A23CF8: hue angle of 272.55º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A23CF8 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 60 | 248 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.03 |
| HSL | 272.55º | 0.93% | 0.6% | - |
| HSV(B) | 272.55º | 0.76% | 0.97% | - |
| XYZ | 33.46 | 17.69 | 90.46 | - |
| YUV | 111.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 248 | 0.35 | 0.76 | 0 | 0.03 | 272.55 | 0.93 | 0.6 |
| Hex | A2 | 3C | F8 | 23 | 4C | 0 | 3 | 111 | 5D | 3C |
| Octal | 242 | 74 | 370 | 43 | 114 | 0 | 3 | 421 | 135 | 74 |
| Binary | 10100010 | 111100 | 11111000 | 100011 | 1001100 | 0 | 11 | 100010001 | 1011101 | 111100 |
Color Harmonies of #A23CF8
Complementary color
Monochromatic Colors of #A23CF8
Black with #A23CF8
Text Example
Text Example
White with #A23CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23CF8; }
p { color: rgb(162,60,248); }
H1.HeaderClassName
{
color: #A23CF8;
}
.AnyTagClassName
{
color: #A23CF8;
}
</style>
background-color css
<style>
a { background-color: #A23CF8; }
a { background-color: rgb(162,60,248); }
div.DivClassName
{
background-color: #A23CF8;
}
.BgClassName
{
background-color: #A23CF8;
}
</style>
border-color css
<style>
span { border-color: #A23CF8; }
span { border-color: rgb(162,60,248); }
td.TdClassName
{
border-color: #A23CF8;
}
.TagClassName
{
border-color: #A23CF8;
}
</style>