Shades of Blue Violet #A13EE8
Tints of Blue Violet #A13EE8
RGB
CMYK
RGB Variations
Color information
#A13EE8 (or 0xA13EE8) is known color: Blue Violet. HEX triplet: A1, 3E and E8. RGB value is (161,62,232). Sum of RGB (Red+Green+Blue) = 161+62+232=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 232 (91.02% from 255 or 50.99% from 455); Max value from RGB is 232 - color contains mainly: blue. Hex color #A13EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13EE8 is #5EC117. Grayscale: #6E6E6E. Windows color (decimal): -6209816 or 15220385. OLE color: 15220385.
HSL color Cylindrical-coordinate representation of color #A13EE8: hue angle of 274.94º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13EE8 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 62 | 232 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.09 |
| HSL | 274.94º | 0.79% | 0.58% | - |
| HSV(B) | 274.94º | 0.73% | 0.91% | - |
| XYZ | 30.99 | 16.85 | 77.96 | - |
| YUV | 110.98 | 196.3 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 232 | 0.31 | 0.73 | 0 | 0.09 | 274.94 | 0.79 | 0.58 |
| Hex | A1 | 3E | E8 | 1F | 49 | 0 | 9 | 113 | 4F | 3A |
| Octal | 241 | 76 | 350 | 37 | 111 | 0 | 11 | 423 | 117 | 72 |
| Binary | 10100001 | 111110 | 11101000 | 11111 | 1001001 | 0 | 1001 | 100010011 | 1001111 | 111010 |
Color Harmonies of #A13EE8
Complementary color
Monochromatic Colors of #A13EE8
Black with #A13EE8
Text Example
Text Example
White with #A13EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EE8; }
p { color: rgb(161,62,232); }
H1.HeaderClassName
{
color: #A13EE8;
}
.AnyTagClassName
{
color: #A13EE8;
}
</style>
background-color css
<style>
a { background-color: #A13EE8; }
a { background-color: rgb(161,62,232); }
div.DivClassName
{
background-color: #A13EE8;
}
.BgClassName
{
background-color: #A13EE8;
}
</style>
border-color css
<style>
span { border-color: #A13EE8; }
span { border-color: rgb(161,62,232); }
td.TdClassName
{
border-color: #A13EE8;
}
.TagClassName
{
border-color: #A13EE8;
}
</style>