Shades of Blue Violet #A13AFE
Tints of Blue Violet #A13AFE
RGB
CMYK
RGB Variations
Color information
#A13AFE (or 0xA13AFE) is known color: Blue Violet. HEX triplet: A1, 3A and FE. RGB value is (161,58,254). Sum of RGB (Red+Green+Blue) = 161+58+254=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #A13AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13AFE is #5EC501. Grayscale: #6E6E6E. Windows color (decimal): -6210818 or 16661153. OLE color: 16661153.
HSL color Cylindrical-coordinate representation of color #A13AFE: hue angle of 271.53º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A13AFE is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 58 | 254 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.00 |
| HSL | 271.53º | 0.99% | 0.61% | - |
| HSV(B) | 271.53º | 0.77% | 1% | - |
| XYZ | 34.1 | 17.76 | 95.4 | - |
| YUV | 111.14 | 208.62 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 254 | 0.37 | 0.77 | 0 | 0.00 | 271.53 | 0.99 | 0.61 |
| Hex | A1 | 3A | FE | 25 | 4D | 0 | 0 | 110 | 63 | 3D |
| Octal | 241 | 72 | 376 | 45 | 115 | 0 | 0 | 420 | 143 | 75 |
| Binary | 10100001 | 111010 | 11111110 | 100101 | 1001101 | 0 | 0 | 100010000 | 1100011 | 111101 |
Color Harmonies of #A13AFE
Complementary color
Monochromatic Colors of #A13AFE
Black with #A13AFE
Text Example
Text Example
White with #A13AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13AFE; }
p { color: rgb(161,58,254); }
H1.HeaderClassName
{
color: #A13AFE;
}
.AnyTagClassName
{
color: #A13AFE;
}
</style>
background-color css
<style>
a { background-color: #A13AFE; }
a { background-color: rgb(161,58,254); }
div.DivClassName
{
background-color: #A13AFE;
}
.BgClassName
{
background-color: #A13AFE;
}
</style>
border-color css
<style>
span { border-color: #A13AFE; }
span { border-color: rgb(161,58,254); }
td.TdClassName
{
border-color: #A13AFE;
}
.TagClassName
{
border-color: #A13AFE;
}
</style>