Shades of Light Slate Blue #A18BFD
Tints of Light Slate Blue #A18BFD
RGB
CMYK
RGB Variations
Color information
#A18BFD (or 0xA18BFD) is known color: Light Slate Blue. HEX triplet: A1, 8B and FD. RGB value is (161,139,253). Sum of RGB (Red+Green+Blue) = 161+139+253=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #A18BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18BFD is #5E7402. Grayscale: #9E9E9E. Windows color (decimal): -6190083 or 16616353. OLE color: 16616353.
HSL color Cylindrical-coordinate representation of color #A18BFD: hue angle of 251.58º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A18BFD is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 139 | 253 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.01 |
| HSL | 251.58º | 0.97% | 0.77% | - |
| HSV(B) | 251.58º | 0.45% | 0.99% | - |
| XYZ | 41.66 | 33.13 | 97.13 | - |
| YUV | 158.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 253 | 0.36 | 0.45 | 0 | 0.01 | 251.58 | 0.97 | 0.77 |
| Hex | A1 | 8B | FD | 24 | 2D | 0 | 1 | FC | 61 | 4D |
| Octal | 241 | 213 | 375 | 44 | 55 | 0 | 1 | 374 | 141 | 115 |
| Binary | 10100001 | 10001011 | 11111101 | 100100 | 101101 | 0 | 1 | 11111100 | 1100001 | 1001101 |
Color Harmonies of #A18BFD
Complementary color
Monochromatic Colors of #A18BFD
Black with #A18BFD
Text Example
Text Example
White with #A18BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BFD; }
p { color: rgb(161,139,253); }
H1.HeaderClassName
{
color: #A18BFD;
}
.AnyTagClassName
{
color: #A18BFD;
}
</style>
background-color css
<style>
a { background-color: #A18BFD; }
a { background-color: rgb(161,139,253); }
div.DivClassName
{
background-color: #A18BFD;
}
.BgClassName
{
background-color: #A18BFD;
}
</style>
border-color css
<style>
span { border-color: #A18BFD; }
span { border-color: rgb(161,139,253); }
td.TdClassName
{
border-color: #A18BFD;
}
.TagClassName
{
border-color: #A18BFD;
}
</style>