Shades of Light Slate Blue #A16FFF
Tints of Light Slate Blue #A16FFF
RGB
CMYK
RGB Variations
Color information
#A16FFF (or 0xA16FFF) is known color: Light Slate Blue. HEX triplet: A1, 6F and FF. RGB value is (161,111,255). Sum of RGB (Red+Green+Blue) = 161+111+255=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A16FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FFF is #5E9000. Grayscale: #8D8D8D. Windows color (decimal): -6197249 or 16740257. OLE color: 16740257.
HSL color Cylindrical-coordinate representation of color #A16FFF: hue angle of 260.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16FFF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 111 | 255 | - |
| CMYK | 0.37 | 0.56 | 0 | 0 |
| HSL | 260.83º | 1% | 0.72% | - |
| HSV(B) | 260.83º | 0.56% | 1% | - |
| XYZ | 38.43 | 26.17 | 97.63 | - |
| YUV | 142.37 | 191.57 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 255 | 0.37 | 0.56 | 0 | 0 | 260.83 | 1 | 0.72 |
| Hex | A1 | 6F | FF | 25 | 38 | 0 | 0 | 105 | 64 | 48 |
| Octal | 241 | 157 | 377 | 45 | 70 | 0 | 0 | 405 | 144 | 110 |
| Binary | 10100001 | 1101111 | 11111111 | 100101 | 111000 | 0 | 0 | 100000101 | 1100100 | 1001000 |
Color Harmonies of #A16FFF
Complementary color
Monochromatic Colors of #A16FFF
Black with #A16FFF
Text Example
Text Example
White with #A16FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FFF; }
p { color: rgb(161,111,255); }
H1.HeaderClassName
{
color: #A16FFF;
}
.AnyTagClassName
{
color: #A16FFF;
}
</style>
background-color css
<style>
a { background-color: #A16FFF; }
a { background-color: rgb(161,111,255); }
div.DivClassName
{
background-color: #A16FFF;
}
.BgClassName
{
background-color: #A16FFF;
}
</style>
border-color css
<style>
span { border-color: #A16FFF; }
span { border-color: rgb(161,111,255); }
td.TdClassName
{
border-color: #A16FFF;
}
.TagClassName
{
border-color: #A16FFF;
}
</style>