Shades of Blue Violet #A13EFF
Tints of Blue Violet #A13EFF
RGB
CMYK
RGB Variations
Color information
#A13EFF (or 0xA13EFF) is known color: Blue Violet. HEX triplet: A1, 3E and FF. RGB value is (161,62,255). Sum of RGB (Red+Green+Blue) = 161+62+255=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #A13EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13EFF is #5EC100. Grayscale: #707070. Windows color (decimal): -6209793 or 16727713. OLE color: 16727713.
HSL color Cylindrical-coordinate representation of color #A13EFF: hue angle of 270.78º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A13EFF is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 62 | 255 | - |
| CMYK | 0.37 | 0.76 | 0 | 0 |
| HSL | 270.78º | 1% | 0.62% | - |
| HSV(B) | 270.78º | 0.76% | 1% | - |
| XYZ | 34.47 | 18.24 | 96.31 | - |
| YUV | 113.6 | 207.8 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 255 | 0.37 | 0.76 | 0 | 0 | 270.78 | 1 | 0.62 |
| Hex | A1 | 3E | FF | 25 | 4C | 0 | 0 | 10F | 64 | 3E |
| Octal | 241 | 76 | 377 | 45 | 114 | 0 | 0 | 417 | 144 | 76 |
| Binary | 10100001 | 111110 | 11111111 | 100101 | 1001100 | 0 | 0 | 100001111 | 1100100 | 111110 |
Color Harmonies of #A13EFF
Complementary color
Monochromatic Colors of #A13EFF
Black with #A13EFF
Text Example
Text Example
White with #A13EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EFF; }
p { color: rgb(161,62,255); }
H1.HeaderClassName
{
color: #A13EFF;
}
.AnyTagClassName
{
color: #A13EFF;
}
</style>
background-color css
<style>
a { background-color: #A13EFF; }
a { background-color: rgb(161,62,255); }
div.DivClassName
{
background-color: #A13EFF;
}
.BgClassName
{
background-color: #A13EFF;
}
</style>
border-color css
<style>
span { border-color: #A13EFF; }
span { border-color: rgb(161,62,255); }
td.TdClassName
{
border-color: #A13EFF;
}
.TagClassName
{
border-color: #A13EFF;
}
</style>