Shades of Blue Violet #A13CF0
Tints of Blue Violet #A13CF0
RGB
CMYK
RGB Variations
Color information
#A13CF0 (or 0xA13CF0) is known color: Blue Violet. HEX triplet: A1, 3C and F0. RGB value is (161,60,240). Sum of RGB (Red+Green+Blue) = 161+60+240=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #A13CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CF0 is #5EC30F. Grayscale: #6E6E6E. Windows color (decimal): -6210320 or 15744161. OLE color: 15744161.
HSL color Cylindrical-coordinate representation of color #A13CF0: hue angle of 273.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A13CF0 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 60 | 240 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.06 |
| HSL | 273.67º | 0.86% | 0.59% | - |
| HSV(B) | 273.67º | 0.75% | 0.94% | - |
| XYZ | 32.04 | 17.1 | 84.05 | - |
| YUV | 110.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 240 | 0.33 | 0.75 | 0 | 0.06 | 273.67 | 0.86 | 0.59 |
| Hex | A1 | 3C | F0 | 21 | 4B | 0 | 6 | 112 | 56 | 3B |
| Octal | 241 | 74 | 360 | 41 | 113 | 0 | 6 | 422 | 126 | 73 |
| Binary | 10100001 | 111100 | 11110000 | 100001 | 1001011 | 0 | 110 | 100010010 | 1010110 | 111011 |
Color Harmonies of #A13CF0
Complementary color
Monochromatic Colors of #A13CF0
Black with #A13CF0
Text Example
Text Example
White with #A13CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CF0; }
p { color: rgb(161,60,240); }
H1.HeaderClassName
{
color: #A13CF0;
}
.AnyTagClassName
{
color: #A13CF0;
}
</style>
background-color css
<style>
a { background-color: #A13CF0; }
a { background-color: rgb(161,60,240); }
div.DivClassName
{
background-color: #A13CF0;
}
.BgClassName
{
background-color: #A13CF0;
}
</style>
border-color css
<style>
span { border-color: #A13CF0; }
span { border-color: rgb(161,60,240); }
td.TdClassName
{
border-color: #A13CF0;
}
.TagClassName
{
border-color: #A13CF0;
}
</style>