Shades of Blue Violet #A11DFB
Tints of Blue Violet #A11DFB
RGB
CMYK
RGB Variations
Color information
#A11DFB (or 0xA11DFB) is known color: Blue Violet. HEX triplet: A1, 1D and FB. RGB value is (161,29,251). Sum of RGB (Red+Green+Blue) = 161+29+251=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #A11DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11DFB is #5EE204. Grayscale: #5D5D5D. Windows color (decimal): -6218245 or 16457121. OLE color: 16457121.
HSL color Cylindrical-coordinate representation of color #A11DFB: hue angle of 275.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11DFB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 29 | 251 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.02 |
| HSL | 275.68º | 0.97% | 0.55% | - |
| HSV(B) | 275.68º | 0.88% | 0.98% | - |
| XYZ | 32.55 | 15.42 | 92.53 | - |
| YUV | 93.78 | 216.73 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 251 | 0.36 | 0.88 | 0 | 0.02 | 275.68 | 0.97 | 0.55 |
| Hex | A1 | 1D | FB | 24 | 58 | 0 | 2 | 114 | 61 | 37 |
| Octal | 241 | 35 | 373 | 44 | 130 | 0 | 2 | 424 | 141 | 67 |
| Binary | 10100001 | 11101 | 11111011 | 100100 | 1011000 | 0 | 10 | 100010100 | 1100001 | 110111 |
Color Harmonies of #A11DFB
Complementary color
Monochromatic Colors of #A11DFB
Black with #A11DFB
Text Example
Text Example
White with #A11DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DFB; }
p { color: rgb(161,29,251); }
H1.HeaderClassName
{
color: #A11DFB;
}
.AnyTagClassName
{
color: #A11DFB;
}
</style>
background-color css
<style>
a { background-color: #A11DFB; }
a { background-color: rgb(161,29,251); }
div.DivClassName
{
background-color: #A11DFB;
}
.BgClassName
{
background-color: #A11DFB;
}
</style>
border-color css
<style>
span { border-color: #A11DFB; }
span { border-color: rgb(161,29,251); }
td.TdClassName
{
border-color: #A11DFB;
}
.TagClassName
{
border-color: #A11DFB;
}
</style>