Shades of Light Slate Blue #A18FFE
Tints of Light Slate Blue #A18FFE
RGB
CMYK
RGB Variations
Color information
#A18FFE (or 0xA18FFE) is known color: Light Slate Blue. HEX triplet: A1, 8F and FE. RGB value is (161,143,254). Sum of RGB (Red+Green+Blue) = 161+143+254=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #A18FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FFE is #5E7001. Grayscale: #A0A0A0. Windows color (decimal): -6189058 or 16682913. OLE color: 16682913.
HSL color Cylindrical-coordinate representation of color #A18FFE: hue angle of 249.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A18FFE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 143 | 254 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.00 |
| HSL | 249.73º | 0.98% | 0.78% | - |
| HSV(B) | 249.73º | 0.44% | 1% | - |
| XYZ | 42.41 | 34.38 | 98.17 | - |
| YUV | 161.04 | 180.46 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 254 | 0.37 | 0.44 | 0 | 0.00 | 249.73 | 0.98 | 0.78 |
| Hex | A1 | 8F | FE | 25 | 2C | 0 | 0 | FA | 62 | 4E |
| Octal | 241 | 217 | 376 | 45 | 54 | 0 | 0 | 372 | 142 | 116 |
| Binary | 10100001 | 10001111 | 11111110 | 100101 | 101100 | 0 | 0 | 11111010 | 1100010 | 1001110 |
Color Harmonies of #A18FFE
Complementary color
Monochromatic Colors of #A18FFE
Black with #A18FFE
Text Example
Text Example
White with #A18FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FFE; }
p { color: rgb(161,143,254); }
H1.HeaderClassName
{
color: #A18FFE;
}
.AnyTagClassName
{
color: #A18FFE;
}
</style>
background-color css
<style>
a { background-color: #A18FFE; }
a { background-color: rgb(161,143,254); }
div.DivClassName
{
background-color: #A18FFE;
}
.BgClassName
{
background-color: #A18FFE;
}
</style>
border-color css
<style>
span { border-color: #A18FFE; }
span { border-color: rgb(161,143,254); }
td.TdClassName
{
border-color: #A18FFE;
}
.TagClassName
{
border-color: #A18FFE;
}
</style>