Shades of Light Slate Blue #A16EFD
Tints of Light Slate Blue #A16EFD
RGB
CMYK
RGB Variations
Color information
#A16EFD (or 0xA16EFD) is known color: Light Slate Blue. HEX triplet: A1, 6E and FD. RGB value is (161,110,253). Sum of RGB (Red+Green+Blue) = 161+110+253=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #A16EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EFD is #5E9102. Grayscale: #8D8D8D. Windows color (decimal): -6197507 or 16608929. OLE color: 16608929.
HSL color Cylindrical-coordinate representation of color #A16EFD: hue angle of 261.4º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16EFD is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 110 | 253 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.01 |
| HSL | 261.4º | 0.97% | 0.71% | - |
| HSV(B) | 261.4º | 0.57% | 0.99% | - |
| XYZ | 38 | 25.82 | 95.91 | - |
| YUV | 141.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 253 | 0.36 | 0.57 | 0 | 0.01 | 261.4 | 0.97 | 0.71 |
| Hex | A1 | 6E | FD | 24 | 39 | 0 | 1 | 105 | 61 | 47 |
| Octal | 241 | 156 | 375 | 44 | 71 | 0 | 1 | 405 | 141 | 107 |
| Binary | 10100001 | 1101110 | 11111101 | 100100 | 111001 | 0 | 1 | 100000101 | 1100001 | 1000111 |
Color Harmonies of #A16EFD
Complementary color
Monochromatic Colors of #A16EFD
Black with #A16EFD
Text Example
Text Example
White with #A16EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EFD; }
p { color: rgb(161,110,253); }
H1.HeaderClassName
{
color: #A16EFD;
}
.AnyTagClassName
{
color: #A16EFD;
}
</style>
background-color css
<style>
a { background-color: #A16EFD; }
a { background-color: rgb(161,110,253); }
div.DivClassName
{
background-color: #A16EFD;
}
.BgClassName
{
background-color: #A16EFD;
}
</style>
border-color css
<style>
span { border-color: #A16EFD; }
span { border-color: rgb(161,110,253); }
td.TdClassName
{
border-color: #A16EFD;
}
.TagClassName
{
border-color: #A16EFD;
}
</style>