Shades of Blue Violet #A13AFC
Tints of Blue Violet #A13AFC
RGB
CMYK
RGB Variations
Color information
#A13AFC (or 0xA13AFC) is known color: Blue Violet. HEX triplet: A1, 3A and FC. RGB value is (161,58,252). Sum of RGB (Red+Green+Blue) = 161+58+252=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #A13AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13AFC is #5EC503. Grayscale: #6E6E6E. Windows color (decimal): -6210820 or 16530081. OLE color: 16530081.
HSL color Cylindrical-coordinate representation of color #A13AFC: hue angle of 271.86º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A13AFC is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 58 | 252 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.01 |
| HSL | 271.86º | 0.97% | 0.61% | - |
| HSV(B) | 271.86º | 0.77% | 0.99% | - |
| XYZ | 33.78 | 17.63 | 93.72 | - |
| YUV | 110.91 | 207.62 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 252 | 0.36 | 0.77 | 0 | 0.01 | 271.86 | 0.97 | 0.61 |
| Hex | A1 | 3A | FC | 24 | 4D | 0 | 1 | 110 | 61 | 3D |
| Octal | 241 | 72 | 374 | 44 | 115 | 0 | 1 | 420 | 141 | 75 |
| Binary | 10100001 | 111010 | 11111100 | 100100 | 1001101 | 0 | 1 | 100010000 | 1100001 | 111101 |
Color Harmonies of #A13AFC
Complementary color
Monochromatic Colors of #A13AFC
Black with #A13AFC
Text Example
Text Example
White with #A13AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13AFC; }
p { color: rgb(161,58,252); }
H1.HeaderClassName
{
color: #A13AFC;
}
.AnyTagClassName
{
color: #A13AFC;
}
</style>
background-color css
<style>
a { background-color: #A13AFC; }
a { background-color: rgb(161,58,252); }
div.DivClassName
{
background-color: #A13AFC;
}
.BgClassName
{
background-color: #A13AFC;
}
</style>
border-color css
<style>
span { border-color: #A13AFC; }
span { border-color: rgb(161,58,252); }
td.TdClassName
{
border-color: #A13AFC;
}
.TagClassName
{
border-color: #A13AFC;
}
</style>