Shades of Light Slate Blue #A16FFE
Tints of Light Slate Blue #A16FFE
RGB
CMYK
RGB Variations
Color information
#A16FFE (or 0xA16FFE) is known color: Light Slate Blue. HEX triplet: A1, 6F and FE. RGB value is (161,111,254). Sum of RGB (Red+Green+Blue) = 161+111+254=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #A16FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16FFE is #5E9001. Grayscale: #8D8D8D. Windows color (decimal): -6197250 or 16674721. OLE color: 16674721.
HSL color Cylindrical-coordinate representation of color #A16FFE: hue angle of 260.98º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16FFE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 111 | 254 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.00 |
| HSL | 260.98º | 0.99% | 0.72% | - |
| HSV(B) | 260.98º | 0.56% | 1% | - |
| XYZ | 38.27 | 26.1 | 96.79 | - |
| YUV | 142.25 | 191.07 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 254 | 0.37 | 0.56 | 0 | 0.00 | 260.98 | 0.99 | 0.72 |
| Hex | A1 | 6F | FE | 25 | 38 | 0 | 0 | 105 | 63 | 48 |
| Octal | 241 | 157 | 376 | 45 | 70 | 0 | 0 | 405 | 143 | 110 |
| Binary | 10100001 | 1101111 | 11111110 | 100101 | 111000 | 0 | 0 | 100000101 | 1100011 | 1001000 |
Color Harmonies of #A16FFE
Complementary color
Monochromatic Colors of #A16FFE
Black with #A16FFE
Text Example
Text Example
White with #A16FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16FFE; }
p { color: rgb(161,111,254); }
H1.HeaderClassName
{
color: #A16FFE;
}
.AnyTagClassName
{
color: #A16FFE;
}
</style>
background-color css
<style>
a { background-color: #A16FFE; }
a { background-color: rgb(161,111,254); }
div.DivClassName
{
background-color: #A16FFE;
}
.BgClassName
{
background-color: #A16FFE;
}
</style>
border-color css
<style>
span { border-color: #A16FFE; }
span { border-color: rgb(161,111,254); }
td.TdClassName
{
border-color: #A16FFE;
}
.TagClassName
{
border-color: #A16FFE;
}
</style>