Shades of Light Slate Blue #A16DFB
Tints of Light Slate Blue #A16DFB
RGB
CMYK
RGB Variations
Color information
#A16DFB (or 0xA16DFB) is known color: Light Slate Blue. HEX triplet: A1, 6D and FB. RGB value is (161,109,251). Sum of RGB (Red+Green+Blue) = 161+109+251=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #A16DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DFB is #5E9204. Grayscale: #8C8C8C. Windows color (decimal): -6197765 or 16477601. OLE color: 16477601.
HSL color Cylindrical-coordinate representation of color #A16DFB: hue angle of 261.97º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16DFB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 109 | 251 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.02 |
| HSL | 261.97º | 0.95% | 0.71% | - |
| HSV(B) | 261.97º | 0.57% | 0.98% | - |
| XYZ | 37.58 | 25.48 | 94.2 | - |
| YUV | 140.74 | 190.23 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 251 | 0.36 | 0.57 | 0 | 0.02 | 261.97 | 0.95 | 0.71 |
| Hex | A1 | 6D | FB | 24 | 39 | 0 | 2 | 106 | 5F | 47 |
| Octal | 241 | 155 | 373 | 44 | 71 | 0 | 2 | 406 | 137 | 107 |
| Binary | 10100001 | 1101101 | 11111011 | 100100 | 111001 | 0 | 10 | 100000110 | 1011111 | 1000111 |
Color Harmonies of #A16DFB
Complementary color
Monochromatic Colors of #A16DFB
Black with #A16DFB
Text Example
Text Example
White with #A16DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DFB; }
p { color: rgb(161,109,251); }
H1.HeaderClassName
{
color: #A16DFB;
}
.AnyTagClassName
{
color: #A16DFB;
}
</style>
background-color css
<style>
a { background-color: #A16DFB; }
a { background-color: rgb(161,109,251); }
div.DivClassName
{
background-color: #A16DFB;
}
.BgClassName
{
background-color: #A16DFB;
}
</style>
border-color css
<style>
span { border-color: #A16DFB; }
span { border-color: rgb(161,109,251); }
td.TdClassName
{
border-color: #A16DFB;
}
.TagClassName
{
border-color: #A16DFB;
}
</style>