Shades of Light Slate Blue #A18CFE
Tints of Light Slate Blue #A18CFE
RGB
CMYK
RGB Variations
Color information
#A18CFE (or 0xA18CFE) is known color: Light Slate Blue. HEX triplet: A1, 8C and FE. RGB value is (161,140,254). Sum of RGB (Red+Green+Blue) = 161+140+254=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A18CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18CFE is #5E7301. Grayscale: #9E9E9E. Windows color (decimal): -6189826 or 16682145. OLE color: 16682145.
HSL color Cylindrical-coordinate representation of color #A18CFE: hue angle of 251.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A18CFE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 140 | 254 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.00 |
| HSL | 251.05º | 0.98% | 0.77% | - |
| HSV(B) | 251.05º | 0.45% | 1% | - |
| XYZ | 41.97 | 33.49 | 98.02 | - |
| YUV | 159.28 | 181.46 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 254 | 0.37 | 0.45 | 0 | 0.00 | 251.05 | 0.98 | 0.77 |
| Hex | A1 | 8C | FE | 25 | 2D | 0 | 0 | FB | 62 | 4D |
| Octal | 241 | 214 | 376 | 45 | 55 | 0 | 0 | 373 | 142 | 115 |
| Binary | 10100001 | 10001100 | 11111110 | 100101 | 101101 | 0 | 0 | 11111011 | 1100010 | 1001101 |
Color Harmonies of #A18CFE
Complementary color
Monochromatic Colors of #A18CFE
Black with #A18CFE
Text Example
Text Example
White with #A18CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CFE; }
p { color: rgb(161,140,254); }
H1.HeaderClassName
{
color: #A18CFE;
}
.AnyTagClassName
{
color: #A18CFE;
}
</style>
background-color css
<style>
a { background-color: #A18CFE; }
a { background-color: rgb(161,140,254); }
div.DivClassName
{
background-color: #A18CFE;
}
.BgClassName
{
background-color: #A18CFE;
}
</style>
border-color css
<style>
span { border-color: #A18CFE; }
span { border-color: rgb(161,140,254); }
td.TdClassName
{
border-color: #A18CFE;
}
.TagClassName
{
border-color: #A18CFE;
}
</style>