Shades of Blue Violet #A13CFF
Tints of Blue Violet #A13CFF
RGB
CMYK
RGB Variations
Color information
#A13CFF (or 0xA13CFF) is known color: Blue Violet. HEX triplet: A1, 3C and FF. RGB value is (161,60,255). Sum of RGB (Red+Green+Blue) = 161+60+255=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #A13CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CFF is #5EC300. Grayscale: #6F6F6F. Windows color (decimal): -6210305 or 16727201. OLE color: 16727201.
HSL color Cylindrical-coordinate representation of color #A13CFF: hue angle of 271.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A13CFF is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 60 | 255 | - |
| CMYK | 0.37 | 0.76 | 0 | 0 |
| HSL | 271.08º | 1% | 0.62% | - |
| HSV(B) | 271.08º | 0.76% | 1% | - |
| XYZ | 34.36 | 18.03 | 96.28 | - |
| YUV | 112.43 | 208.46 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 255 | 0.37 | 0.76 | 0 | 0 | 271.08 | 1 | 0.62 |
| Hex | A1 | 3C | FF | 25 | 4C | 0 | 0 | 10F | 64 | 3E |
| Octal | 241 | 74 | 377 | 45 | 114 | 0 | 0 | 417 | 144 | 76 |
| Binary | 10100001 | 111100 | 11111111 | 100101 | 1001100 | 0 | 0 | 100001111 | 1100100 | 111110 |
Color Harmonies of #A13CFF
Complementary color
Monochromatic Colors of #A13CFF
Black with #A13CFF
Text Example
Text Example
White with #A13CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CFF; }
p { color: rgb(161,60,255); }
H1.HeaderClassName
{
color: #A13CFF;
}
.AnyTagClassName
{
color: #A13CFF;
}
</style>
background-color css
<style>
a { background-color: #A13CFF; }
a { background-color: rgb(161,60,255); }
div.DivClassName
{
background-color: #A13CFF;
}
.BgClassName
{
background-color: #A13CFF;
}
</style>
border-color css
<style>
span { border-color: #A13CFF; }
span { border-color: rgb(161,60,255); }
td.TdClassName
{
border-color: #A13CFF;
}
.TagClassName
{
border-color: #A13CFF;
}
</style>