Shades of Blue Violet #A23BFD
Tints of Blue Violet #A23BFD
RGB
CMYK
RGB Variations
Color information
#A23BFD (or 0xA23BFD) is known color: Blue Violet. HEX triplet: A2, 3B and FD. RGB value is (162,59,253). Sum of RGB (Red+Green+Blue) = 162+59+253=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #A23BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A23BFD is #5DC402. Grayscale: #6F6F6F. Windows color (decimal): -6145027 or 16595874. OLE color: 16595874.
HSL color Cylindrical-coordinate representation of color #A23BFD: hue angle of 271.86º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A23BFD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 59 | 253 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.01 |
| HSL | 271.86º | 0.98% | 0.61% | - |
| HSV(B) | 271.86º | 0.77% | 0.99% | - |
| XYZ | 34.19 | 17.9 | 94.58 | - |
| YUV | 111.91 | 207.62 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 253 | 0.36 | 0.77 | 0 | 0.01 | 271.86 | 0.98 | 0.61 |
| Hex | A2 | 3B | FD | 24 | 4D | 0 | 1 | 110 | 62 | 3D |
| Octal | 242 | 73 | 375 | 44 | 115 | 0 | 1 | 420 | 142 | 75 |
| Binary | 10100010 | 111011 | 11111101 | 100100 | 1001101 | 0 | 1 | 100010000 | 1100010 | 111101 |
Color Harmonies of #A23BFD
Complementary color
Monochromatic Colors of #A23BFD
Black with #A23BFD
Text Example
Text Example
White with #A23BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23BFD; }
p { color: rgb(162,59,253); }
H1.HeaderClassName
{
color: #A23BFD;
}
.AnyTagClassName
{
color: #A23BFD;
}
</style>
background-color css
<style>
a { background-color: #A23BFD; }
a { background-color: rgb(162,59,253); }
div.DivClassName
{
background-color: #A23BFD;
}
.BgClassName
{
background-color: #A23BFD;
}
</style>
border-color css
<style>
span { border-color: #A23BFD; }
span { border-color: rgb(162,59,253); }
td.TdClassName
{
border-color: #A23BFD;
}
.TagClassName
{
border-color: #A23BFD;
}
</style>