Shades of Blue Violet #A93BEF
Tints of Blue Violet #A93BEF
RGB
CMYK
RGB Variations
Color information
#A93BEF (or 0xA93BEF) is known color: Blue Violet. HEX triplet: A9, 3B and EF. RGB value is (169,59,239). Sum of RGB (Red+Green+Blue) = 169+59+239=467 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.19% from 467); Green value is 59 (23.44% from 255 or 12.63% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #A93BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93BEF is #56C410. Grayscale: #6F6F6F. Windows color (decimal): -5686289 or 15678377. OLE color: 15678377.
HSL color Cylindrical-coordinate representation of color #A93BEF: hue angle of 276.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93BEF is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 59 | 239 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.06 |
| HSL | 276.67º | 0.85% | 0.58% | - |
| HSV(B) | 276.67º | 0.75% | 0.94% | - |
| XYZ | 33.51 | 17.79 | 83.33 | - |
| YUV | 112.41 | 199.44 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 239 | 0.29 | 0.75 | 0 | 0.06 | 276.67 | 0.85 | 0.58 |
| Hex | A9 | 3B | EF | 1D | 4B | 0 | 6 | 115 | 55 | 3A |
| Octal | 251 | 73 | 357 | 35 | 113 | 0 | 6 | 425 | 125 | 72 |
| Binary | 10101001 | 111011 | 11101111 | 11101 | 1001011 | 0 | 110 | 100010101 | 1010101 | 111010 |
Color Harmonies of #A93BEF
Complementary color
Monochromatic Colors of #A93BEF
Black with #A93BEF
Text Example
Text Example
White with #A93BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BEF; }
p { color: rgb(169,59,239); }
H1.HeaderClassName
{
color: #A93BEF;
}
.AnyTagClassName
{
color: #A93BEF;
}
</style>
background-color css
<style>
a { background-color: #A93BEF; }
a { background-color: rgb(169,59,239); }
div.DivClassName
{
background-color: #A93BEF;
}
.BgClassName
{
background-color: #A93BEF;
}
</style>
border-color css
<style>
span { border-color: #A93BEF; }
span { border-color: rgb(169,59,239); }
td.TdClassName
{
border-color: #A93BEF;
}
.TagClassName
{
border-color: #A93BEF;
}
</style>