Shades of Light Slate Blue #A16BFF
Tints of Light Slate Blue #A16BFF
RGB
CMYK
RGB Variations
Color information
#A16BFF (or 0xA16BFF) is known color: Light Slate Blue. HEX triplet: A1, 6B and FF. RGB value is (161,107,255). Sum of RGB (Red+Green+Blue) = 161+107+255=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #A16BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BFF is #5E9400. Grayscale: #8B8B8B. Windows color (decimal): -6198273 or 16739233. OLE color: 16739233.
HSL color Cylindrical-coordinate representation of color #A16BFF: hue angle of 261.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A16BFF is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 107 | 255 | - |
| CMYK | 0.37 | 0.58 | 0 | 0 |
| HSL | 261.89º | 1% | 0.71% | - |
| HSV(B) | 261.89º | 0.58% | 1% | - |
| XYZ | 38.01 | 25.31 | 97.49 | - |
| YUV | 140.02 | 192.89 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 255 | 0.37 | 0.58 | 0 | 0 | 261.89 | 1 | 0.71 |
| Hex | A1 | 6B | FF | 25 | 3A | 0 | 0 | 106 | 64 | 47 |
| Octal | 241 | 153 | 377 | 45 | 72 | 0 | 0 | 406 | 144 | 107 |
| Binary | 10100001 | 1101011 | 11111111 | 100101 | 111010 | 0 | 0 | 100000110 | 1100100 | 1000111 |
Color Harmonies of #A16BFF
Complementary color
Monochromatic Colors of #A16BFF
Black with #A16BFF
Text Example
Text Example
White with #A16BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BFF; }
p { color: rgb(161,107,255); }
H1.HeaderClassName
{
color: #A16BFF;
}
.AnyTagClassName
{
color: #A16BFF;
}
</style>
background-color css
<style>
a { background-color: #A16BFF; }
a { background-color: rgb(161,107,255); }
div.DivClassName
{
background-color: #A16BFF;
}
.BgClassName
{
background-color: #A16BFF;
}
</style>
border-color css
<style>
span { border-color: #A16BFF; }
span { border-color: rgb(161,107,255); }
td.TdClassName
{
border-color: #A16BFF;
}
.TagClassName
{
border-color: #A16BFF;
}
</style>