Shades of Light Slate Blue #A987FF
Tints of Light Slate Blue #A987FF
RGB
CMYK
RGB Variations
Color information
#A987FF (or 0xA987FF) is known color: Light Slate Blue. HEX triplet: A9, 87 and FF. RGB value is (169,135,255). Sum of RGB (Red+Green+Blue) = 169+135+255=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #A987FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A987FF is #567800. Grayscale: #9E9E9E. Windows color (decimal): -5666817 or 16746409. OLE color: 16746409.
HSL color Cylindrical-coordinate representation of color #A987FF: hue angle of 257º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A987FF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 135 | 255 | - |
| CMYK | 0.34 | 0.47 | 0 | 0 |
| HSL | 257º | 1% | 0.76% | - |
| HSV(B) | 257º | 0.47% | 1% | - |
| XYZ | 43.08 | 32.98 | 98.7 | - |
| YUV | 158.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 135 | 255 | 0.34 | 0.47 | 0 | 0 | 257 | 1 | 0.76 |
| Hex | A9 | 87 | FF | 22 | 2F | 0 | 0 | 101 | 64 | 4C |
| Octal | 251 | 207 | 377 | 42 | 57 | 0 | 0 | 401 | 144 | 114 |
| Binary | 10101001 | 10000111 | 11111111 | 100010 | 101111 | 0 | 0 | 100000001 | 1100100 | 1001100 |
Color Harmonies of #A987FF
Complementary color
Monochromatic Colors of #A987FF
Black with #A987FF
Text Example
Text Example
White with #A987FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A987FF; }
p { color: rgb(169,135,255); }
H1.HeaderClassName
{
color: #A987FF;
}
.AnyTagClassName
{
color: #A987FF;
}
</style>
background-color css
<style>
a { background-color: #A987FF; }
a { background-color: rgb(169,135,255); }
div.DivClassName
{
background-color: #A987FF;
}
.BgClassName
{
background-color: #A987FF;
}
</style>
border-color css
<style>
span { border-color: #A987FF; }
span { border-color: rgb(169,135,255); }
td.TdClassName
{
border-color: #A987FF;
}
.TagClassName
{
border-color: #A987FF;
}
</style>