Shades of Blue Violet #A13FFB
Tints of Blue Violet #A13FFB
RGB
CMYK
RGB Variations
Color information
#A13FFB (or 0xA13FFB) is known color: Blue Violet. HEX triplet: A1, 3F and FB. RGB value is (161,63,251). Sum of RGB (Red+Green+Blue) = 161+63+251=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 63 (25% from 255 or 13.26% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #A13FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13FFB is #5EC004. Grayscale: #717171. Windows color (decimal): -6209541 or 16465825. OLE color: 16465825.
HSL color Cylindrical-coordinate representation of color #A13FFB: hue angle of 271.28º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A13FFB is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 63 | 251 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.02 |
| HSL | 271.28º | 0.96% | 0.62% | - |
| HSV(B) | 271.28º | 0.75% | 0.98% | - |
| XYZ | 33.89 | 18.1 | 92.97 | - |
| YUV | 113.73 | 205.47 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 251 | 0.36 | 0.75 | 0 | 0.02 | 271.28 | 0.96 | 0.62 |
| Hex | A1 | 3F | FB | 24 | 4B | 0 | 2 | 10F | 60 | 3E |
| Octal | 241 | 77 | 373 | 44 | 113 | 0 | 2 | 417 | 140 | 76 |
| Binary | 10100001 | 111111 | 11111011 | 100100 | 1001011 | 0 | 10 | 100001111 | 1100000 | 111110 |
Color Harmonies of #A13FFB
Complementary color
Monochromatic Colors of #A13FFB
Black with #A13FFB
Text Example
Text Example
White with #A13FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FFB; }
p { color: rgb(161,63,251); }
H1.HeaderClassName
{
color: #A13FFB;
}
.AnyTagClassName
{
color: #A13FFB;
}
</style>
background-color css
<style>
a { background-color: #A13FFB; }
a { background-color: rgb(161,63,251); }
div.DivClassName
{
background-color: #A13FFB;
}
.BgClassName
{
background-color: #A13FFB;
}
</style>
border-color css
<style>
span { border-color: #A13FFB; }
span { border-color: rgb(161,63,251); }
td.TdClassName
{
border-color: #A13FFB;
}
.TagClassName
{
border-color: #A13FFB;
}
</style>