Shades of Blue Violet #A13CE9
Tints of Blue Violet #A13CE9
RGB
CMYK
RGB Variations
Color information
#A13CE9 (or 0xA13CE9) is known color: Blue Violet. HEX triplet: A1, 3C and E9. RGB value is (161,60,233). Sum of RGB (Red+Green+Blue) = 161+60+233=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #A13CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CE9 is #5EC316. Grayscale: #6D6D6D. Windows color (decimal): -6210327 or 15285409. OLE color: 15285409.
HSL color Cylindrical-coordinate representation of color #A13CE9: hue angle of 275.03º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A13CE9 is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 60 | 233 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.09 |
| HSL | 275.03º | 0.8% | 0.57% | - |
| HSV(B) | 275.03º | 0.74% | 0.91% | - |
| XYZ | 31.02 | 16.69 | 78.68 | - |
| YUV | 109.92 | 197.46 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 233 | 0.31 | 0.74 | 0 | 0.09 | 275.03 | 0.8 | 0.57 |
| Hex | A1 | 3C | E9 | 1F | 4A | 0 | 9 | 113 | 50 | 39 |
| Octal | 241 | 74 | 351 | 37 | 112 | 0 | 11 | 423 | 120 | 71 |
| Binary | 10100001 | 111100 | 11101001 | 11111 | 1001010 | 0 | 1001 | 100010011 | 1010000 | 111001 |
Color Harmonies of #A13CE9
Complementary color
Monochromatic Colors of #A13CE9
Black with #A13CE9
Text Example
Text Example
White with #A13CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CE9; }
p { color: rgb(161,60,233); }
H1.HeaderClassName
{
color: #A13CE9;
}
.AnyTagClassName
{
color: #A13CE9;
}
</style>
background-color css
<style>
a { background-color: #A13CE9; }
a { background-color: rgb(161,60,233); }
div.DivClassName
{
background-color: #A13CE9;
}
.BgClassName
{
background-color: #A13CE9;
}
</style>
border-color css
<style>
span { border-color: #A13CE9; }
span { border-color: rgb(161,60,233); }
td.TdClassName
{
border-color: #A13CE9;
}
.TagClassName
{
border-color: #A13CE9;
}
</style>