Shades of Blue Violet #A13CF3
Tints of Blue Violet #A13CF3
RGB
CMYK
RGB Variations
Color information
#A13CF3 (or 0xA13CF3) is known color: Blue Violet. HEX triplet: A1, 3C and F3. RGB value is (161,60,243). Sum of RGB (Red+Green+Blue) = 161+60+243=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #A13CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CF3 is #5EC30C. Grayscale: #6E6E6E. Windows color (decimal): -6210317 or 15940769. OLE color: 15940769.
HSL color Cylindrical-coordinate representation of color #A13CF3: hue angle of 273.11º degrees, saturation: 0.88, 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 #A13CF3 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 60 | 243 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.05 |
| HSL | 273.11º | 0.88% | 0.59% | - |
| HSV(B) | 273.11º | 0.75% | 0.95% | - |
| XYZ | 32.49 | 17.28 | 86.42 | - |
| YUV | 111.06 | 202.46 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 243 | 0.34 | 0.75 | 0 | 0.05 | 273.11 | 0.88 | 0.59 |
| Hex | A1 | 3C | F3 | 22 | 4B | 0 | 5 | 111 | 58 | 3B |
| Octal | 241 | 74 | 363 | 42 | 113 | 0 | 5 | 421 | 130 | 73 |
| Binary | 10100001 | 111100 | 11110011 | 100010 | 1001011 | 0 | 101 | 100010001 | 1011000 | 111011 |
Color Harmonies of #A13CF3
Complementary color
Monochromatic Colors of #A13CF3
Black with #A13CF3
Text Example
Text Example
White with #A13CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CF3; }
p { color: rgb(161,60,243); }
H1.HeaderClassName
{
color: #A13CF3;
}
.AnyTagClassName
{
color: #A13CF3;
}
</style>
background-color css
<style>
a { background-color: #A13CF3; }
a { background-color: rgb(161,60,243); }
div.DivClassName
{
background-color: #A13CF3;
}
.BgClassName
{
background-color: #A13CF3;
}
</style>
border-color css
<style>
span { border-color: #A13CF3; }
span { border-color: rgb(161,60,243); }
td.TdClassName
{
border-color: #A13CF3;
}
.TagClassName
{
border-color: #A13CF3;
}
</style>