Shades of Light Slate Blue #A18EFD
Tints of Light Slate Blue #A18EFD
RGB
CMYK
RGB Variations
Color information
#A18EFD (or 0xA18EFD) is known color: Light Slate Blue. HEX triplet: A1, 8E and FD. RGB value is (161,142,253). Sum of RGB (Red+Green+Blue) = 161+142+253=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #A18EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18EFD is #5E7102. Grayscale: #9F9F9F. Windows color (decimal): -6189315 or 16617121. OLE color: 16617121.
HSL color Cylindrical-coordinate representation of color #A18EFD: hue angle of 250.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A18EFD is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 142 | 253 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.01 |
| HSL | 250.27º | 0.97% | 0.77% | - |
| HSV(B) | 250.27º | 0.44% | 0.99% | - |
| XYZ | 42.1 | 34.01 | 97.28 | - |
| YUV | 160.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 253 | 0.36 | 0.44 | 0 | 0.01 | 250.27 | 0.97 | 0.77 |
| Hex | A1 | 8E | FD | 24 | 2C | 0 | 1 | FA | 61 | 4D |
| Octal | 241 | 216 | 375 | 44 | 54 | 0 | 1 | 372 | 141 | 115 |
| Binary | 10100001 | 10001110 | 11111101 | 100100 | 101100 | 0 | 1 | 11111010 | 1100001 | 1001101 |
Color Harmonies of #A18EFD
Complementary color
Monochromatic Colors of #A18EFD
Black with #A18EFD
Text Example
Text Example
White with #A18EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EFD; }
p { color: rgb(161,142,253); }
H1.HeaderClassName
{
color: #A18EFD;
}
.AnyTagClassName
{
color: #A18EFD;
}
</style>
background-color css
<style>
a { background-color: #A18EFD; }
a { background-color: rgb(161,142,253); }
div.DivClassName
{
background-color: #A18EFD;
}
.BgClassName
{
background-color: #A18EFD;
}
</style>
border-color css
<style>
span { border-color: #A18EFD; }
span { border-color: rgb(161,142,253); }
td.TdClassName
{
border-color: #A18EFD;
}
.TagClassName
{
border-color: #A18EFD;
}
</style>