Shades of Blue Violet #A13CEC
Tints of Blue Violet #A13CEC
RGB
CMYK
RGB Variations
Color information
#A13CEC (or 0xA13CEC) is known color: Blue Violet. HEX triplet: A1, 3C and EC. RGB value is (161,60,236). Sum of RGB (Red+Green+Blue) = 161+60+236=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #A13CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CEC is #5EC313. Grayscale: #6D6D6D. Windows color (decimal): -6210324 or 15482017. OLE color: 15482017.
HSL color Cylindrical-coordinate representation of color #A13CEC: hue angle of 274.43º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A13CEC is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 60 | 236 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.07 |
| HSL | 274.43º | 0.82% | 0.58% | - |
| HSV(B) | 274.43º | 0.75% | 0.93% | - |
| XYZ | 31.45 | 16.86 | 80.95 | - |
| YUV | 110.26 | 198.96 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 236 | 0.32 | 0.75 | 0 | 0.07 | 274.43 | 0.82 | 0.58 |
| Hex | A1 | 3C | EC | 20 | 4B | 0 | 7 | 112 | 52 | 3A |
| Octal | 241 | 74 | 354 | 40 | 113 | 0 | 7 | 422 | 122 | 72 |
| Binary | 10100001 | 111100 | 11101100 | 100000 | 1001011 | 0 | 111 | 100010010 | 1010010 | 111010 |
Color Harmonies of #A13CEC
Complementary color
Monochromatic Colors of #A13CEC
Black with #A13CEC
Text Example
Text Example
White with #A13CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CEC; }
p { color: rgb(161,60,236); }
H1.HeaderClassName
{
color: #A13CEC;
}
.AnyTagClassName
{
color: #A13CEC;
}
</style>
background-color css
<style>
a { background-color: #A13CEC; }
a { background-color: rgb(161,60,236); }
div.DivClassName
{
background-color: #A13CEC;
}
.BgClassName
{
background-color: #A13CEC;
}
</style>
border-color css
<style>
span { border-color: #A13CEC; }
span { border-color: rgb(161,60,236); }
td.TdClassName
{
border-color: #A13CEC;
}
.TagClassName
{
border-color: #A13CEC;
}
</style>