Shades of Light Slate Blue #A16EFB
Tints of Light Slate Blue #A16EFB
RGB
CMYK
RGB Variations
Color information
#A16EFB (or 0xA16EFB) is known color: Light Slate Blue. HEX triplet: A1, 6E and FB. RGB value is (161,110,251). Sum of RGB (Red+Green+Blue) = 161+110+251=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #A16EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EFB is #5E9104. Grayscale: #8C8C8C. Windows color (decimal): -6197509 or 16477857. OLE color: 16477857.
HSL color Cylindrical-coordinate representation of color #A16EFB: hue angle of 261.7º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A16EFB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 110 | 251 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.02 |
| HSL | 261.7º | 0.95% | 0.71% | - |
| HSV(B) | 261.7º | 0.56% | 0.98% | - |
| XYZ | 37.69 | 25.69 | 94.24 | - |
| YUV | 141.32 | 189.9 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 251 | 0.36 | 0.56 | 0 | 0.02 | 261.7 | 0.95 | 0.71 |
| Hex | A1 | 6E | FB | 24 | 38 | 0 | 2 | 106 | 5F | 47 |
| Octal | 241 | 156 | 373 | 44 | 70 | 0 | 2 | 406 | 137 | 107 |
| Binary | 10100001 | 1101110 | 11111011 | 100100 | 111000 | 0 | 10 | 100000110 | 1011111 | 1000111 |
Color Harmonies of #A16EFB
Complementary color
Monochromatic Colors of #A16EFB
Black with #A16EFB
Text Example
Text Example
White with #A16EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EFB; }
p { color: rgb(161,110,251); }
H1.HeaderClassName
{
color: #A16EFB;
}
.AnyTagClassName
{
color: #A16EFB;
}
</style>
background-color css
<style>
a { background-color: #A16EFB; }
a { background-color: rgb(161,110,251); }
div.DivClassName
{
background-color: #A16EFB;
}
.BgClassName
{
background-color: #A16EFB;
}
</style>
border-color css
<style>
span { border-color: #A16EFB; }
span { border-color: rgb(161,110,251); }
td.TdClassName
{
border-color: #A16EFB;
}
.TagClassName
{
border-color: #A16EFB;
}
</style>