Shades of Light Slate Blue #A18DFB
Tints of Light Slate Blue #A18DFB
RGB
CMYK
RGB Variations
Color information
#A18DFB (or 0xA18DFB) is known color: Light Slate Blue. HEX triplet: A1, 8D and FB. RGB value is (161,141,251). Sum of RGB (Red+Green+Blue) = 161+141+251=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #A18DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DFB is #5E7204. Grayscale: #9F9F9F. Windows color (decimal): -6189573 or 16485793. OLE color: 16485793.
HSL color Cylindrical-coordinate representation of color #A18DFB: hue angle of 250.91º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A18DFB is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 141 | 251 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.02 |
| HSL | 250.91º | 0.93% | 0.77% | - |
| HSV(B) | 250.91º | 0.44% | 0.98% | - |
| XYZ | 41.64 | 33.59 | 95.56 | - |
| YUV | 159.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 251 | 0.36 | 0.44 | 0 | 0.02 | 250.91 | 0.93 | 0.77 |
| Hex | A1 | 8D | FB | 24 | 2C | 0 | 2 | FB | 5D | 4D |
| Octal | 241 | 215 | 373 | 44 | 54 | 0 | 2 | 373 | 135 | 115 |
| Binary | 10100001 | 10001101 | 11111011 | 100100 | 101100 | 0 | 10 | 11111011 | 1011101 | 1001101 |
Color Harmonies of #A18DFB
Complementary color
Monochromatic Colors of #A18DFB
Black with #A18DFB
Text Example
Text Example
White with #A18DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DFB; }
p { color: rgb(161,141,251); }
H1.HeaderClassName
{
color: #A18DFB;
}
.AnyTagClassName
{
color: #A18DFB;
}
</style>
background-color css
<style>
a { background-color: #A18DFB; }
a { background-color: rgb(161,141,251); }
div.DivClassName
{
background-color: #A18DFB;
}
.BgClassName
{
background-color: #A18DFB;
}
</style>
border-color css
<style>
span { border-color: #A18DFB; }
span { border-color: rgb(161,141,251); }
td.TdClassName
{
border-color: #A18DFB;
}
.TagClassName
{
border-color: #A18DFB;
}
</style>