Shades of Light Slate Blue #A16DFE
Tints of Light Slate Blue #A16DFE
RGB
CMYK
RGB Variations
Color information
#A16DFE (or 0xA16DFE) is known color: Light Slate Blue. HEX triplet: A1, 6D and FE. RGB value is (161,109,254). Sum of RGB (Red+Green+Blue) = 161+109+254=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #A16DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16DFE is #5E9201. Grayscale: #8C8C8C. Windows color (decimal): -6197762 or 16674209. OLE color: 16674209.
HSL color Cylindrical-coordinate representation of color #A16DFE: hue angle of 261.52º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16DFE is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 109 | 254 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.00 |
| HSL | 261.52º | 0.99% | 0.71% | - |
| HSV(B) | 261.52º | 0.57% | 1% | - |
| XYZ | 38.06 | 25.67 | 96.71 | - |
| YUV | 141.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 254 | 0.37 | 0.57 | 0 | 0.00 | 261.52 | 0.99 | 0.71 |
| Hex | A1 | 6D | FE | 25 | 39 | 0 | 0 | 106 | 63 | 47 |
| Octal | 241 | 155 | 376 | 45 | 71 | 0 | 0 | 406 | 143 | 107 |
| Binary | 10100001 | 1101101 | 11111110 | 100101 | 111001 | 0 | 0 | 100000110 | 1100011 | 1000111 |
Color Harmonies of #A16DFE
Complementary color
Monochromatic Colors of #A16DFE
Black with #A16DFE
Text Example
Text Example
White with #A16DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DFE; }
p { color: rgb(161,109,254); }
H1.HeaderClassName
{
color: #A16DFE;
}
.AnyTagClassName
{
color: #A16DFE;
}
</style>
background-color css
<style>
a { background-color: #A16DFE; }
a { background-color: rgb(161,109,254); }
div.DivClassName
{
background-color: #A16DFE;
}
.BgClassName
{
background-color: #A16DFE;
}
</style>
border-color css
<style>
span { border-color: #A16DFE; }
span { border-color: rgb(161,109,254); }
td.TdClassName
{
border-color: #A16DFE;
}
.TagClassName
{
border-color: #A16DFE;
}
</style>