Shades of Blue Violet #A13CF1
Tints of Blue Violet #A13CF1
RGB
CMYK
RGB Variations
Color information
#A13CF1 (or 0xA13CF1) is known color: Blue Violet. HEX triplet: A1, 3C and F1. RGB value is (161,60,241). Sum of RGB (Red+Green+Blue) = 161+60+241=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #A13CF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CF1 is #5EC30E. Grayscale: #6E6E6E. Windows color (decimal): -6210319 or 15809697. OLE color: 15809697.
HSL color Cylindrical-coordinate representation of color #A13CF1: hue angle of 273.48º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A13CF1 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 60 | 241 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.05 |
| HSL | 273.48º | 0.87% | 0.59% | - |
| HSV(B) | 273.48º | 0.75% | 0.95% | - |
| XYZ | 32.19 | 17.16 | 84.83 | - |
| YUV | 110.83 | 201.46 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 241 | 0.33 | 0.75 | 0 | 0.05 | 273.48 | 0.87 | 0.59 |
| Hex | A1 | 3C | F1 | 21 | 4B | 0 | 5 | 111 | 57 | 3B |
| Octal | 241 | 74 | 361 | 41 | 113 | 0 | 5 | 421 | 127 | 73 |
| Binary | 10100001 | 111100 | 11110001 | 100001 | 1001011 | 0 | 101 | 100010001 | 1010111 | 111011 |
Color Harmonies of #A13CF1
Complementary color
Monochromatic Colors of #A13CF1
Black with #A13CF1
Text Example
Text Example
White with #A13CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CF1; }
p { color: rgb(161,60,241); }
H1.HeaderClassName
{
color: #A13CF1;
}
.AnyTagClassName
{
color: #A13CF1;
}
</style>
background-color css
<style>
a { background-color: #A13CF1; }
a { background-color: rgb(161,60,241); }
div.DivClassName
{
background-color: #A13CF1;
}
.BgClassName
{
background-color: #A13CF1;
}
</style>
border-color css
<style>
span { border-color: #A13CF1; }
span { border-color: rgb(161,60,241); }
td.TdClassName
{
border-color: #A13CF1;
}
.TagClassName
{
border-color: #A13CF1;
}
</style>