Shades of Blue Violet #A23DF8
Tints of Blue Violet #A23DF8
RGB
CMYK
RGB Variations
Color information
#A23DF8 (or 0xA23DF8) is known color: Blue Violet. HEX triplet: A2, 3D and F8. RGB value is (162,61,248). Sum of RGB (Red+Green+Blue) = 162+61+248=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #A23DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23DF8 is #5DC207. Grayscale: #6F6F6F. Windows color (decimal): -6144520 or 16268706. OLE color: 16268706.
HSL color Cylindrical-coordinate representation of color #A23DF8: hue angle of 272.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A23DF8 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 61 | 248 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.03 |
| HSL | 272.41º | 0.93% | 0.61% | - |
| HSV(B) | 272.41º | 0.75% | 0.97% | - |
| XYZ | 33.51 | 17.8 | 90.48 | - |
| YUV | 112.52 | 204.46 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 248 | 0.35 | 0.75 | 0 | 0.03 | 272.41 | 0.93 | 0.61 |
| Hex | A2 | 3D | F8 | 23 | 4B | 0 | 3 | 110 | 5D | 3D |
| Octal | 242 | 75 | 370 | 43 | 113 | 0 | 3 | 420 | 135 | 75 |
| Binary | 10100010 | 111101 | 11111000 | 100011 | 1001011 | 0 | 11 | 100010000 | 1011101 | 111101 |
Color Harmonies of #A23DF8
Complementary color
Monochromatic Colors of #A23DF8
Black with #A23DF8
Text Example
Text Example
White with #A23DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23DF8; }
p { color: rgb(162,61,248); }
H1.HeaderClassName
{
color: #A23DF8;
}
.AnyTagClassName
{
color: #A23DF8;
}
</style>
background-color css
<style>
a { background-color: #A23DF8; }
a { background-color: rgb(162,61,248); }
div.DivClassName
{
background-color: #A23DF8;
}
.BgClassName
{
background-color: #A23DF8;
}
</style>
border-color css
<style>
span { border-color: #A23DF8; }
span { border-color: rgb(162,61,248); }
td.TdClassName
{
border-color: #A23DF8;
}
.TagClassName
{
border-color: #A23DF8;
}
</style>