Shades of Light Slate Blue #A18BFB
Tints of Light Slate Blue #A18BFB
RGB
CMYK
RGB Variations
Color information
#A18BFB (or 0xA18BFB) is known color: Light Slate Blue. HEX triplet: A1, 8B and FB. RGB value is (161,139,251). Sum of RGB (Red+Green+Blue) = 161+139+251=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #A18BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BFB is #5E7404. Grayscale: #9D9D9D. Windows color (decimal): -6190085 or 16485281. OLE color: 16485281.
HSL color Cylindrical-coordinate representation of color #A18BFB: hue angle of 251.79º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A18BFB is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 139 | 251 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.02 |
| HSL | 251.79º | 0.93% | 0.76% | - |
| HSV(B) | 251.79º | 0.45% | 0.98% | - |
| XYZ | 41.34 | 33.01 | 95.46 | - |
| YUV | 158.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 251 | 0.36 | 0.45 | 0 | 0.02 | 251.79 | 0.93 | 0.76 |
| Hex | A1 | 8B | FB | 24 | 2D | 0 | 2 | FC | 5D | 4C |
| Octal | 241 | 213 | 373 | 44 | 55 | 0 | 2 | 374 | 135 | 114 |
| Binary | 10100001 | 10001011 | 11111011 | 100100 | 101101 | 0 | 10 | 11111100 | 1011101 | 1001100 |
Color Harmonies of #A18BFB
Complementary color
Monochromatic Colors of #A18BFB
Black with #A18BFB
Text Example
Text Example
White with #A18BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BFB; }
p { color: rgb(161,139,251); }
H1.HeaderClassName
{
color: #A18BFB;
}
.AnyTagClassName
{
color: #A18BFB;
}
</style>
background-color css
<style>
a { background-color: #A18BFB; }
a { background-color: rgb(161,139,251); }
div.DivClassName
{
background-color: #A18BFB;
}
.BgClassName
{
background-color: #A18BFB;
}
</style>
border-color css
<style>
span { border-color: #A18BFB; }
span { border-color: rgb(161,139,251); }
td.TdClassName
{
border-color: #A18BFB;
}
.TagClassName
{
border-color: #A18BFB;
}
</style>