Shades of Light Slate Blue #A986FE
Tints of Light Slate Blue #A986FE
RGB
CMYK
RGB Variations
Color information
#A986FE (or 0xA986FE) is known color: Light Slate Blue. HEX triplet: A9, 86 and FE. RGB value is (169,134,254). Sum of RGB (Red+Green+Blue) = 169+134+254=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #A986FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A986FE is #567901. Grayscale: #9D9D9D. Windows color (decimal): -5667074 or 16680617. OLE color: 16680617.
HSL color Cylindrical-coordinate representation of color #A986FE: hue angle of 257.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A986FE is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 134 | 254 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.00 |
| HSL | 257.5º | 0.98% | 0.76% | - |
| HSV(B) | 257.5º | 0.47% | 1% | - |
| XYZ | 42.78 | 32.64 | 97.81 | - |
| YUV | 158.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 254 | 0.33 | 0.47 | 0 | 0.00 | 257.5 | 0.98 | 0.76 |
| Hex | A9 | 86 | FE | 21 | 2F | 0 | 0 | 102 | 62 | 4C |
| Octal | 251 | 206 | 376 | 41 | 57 | 0 | 0 | 402 | 142 | 114 |
| Binary | 10101001 | 10000110 | 11111110 | 100001 | 101111 | 0 | 0 | 100000010 | 1100010 | 1001100 |
Color Harmonies of #A986FE
Complementary color
Monochromatic Colors of #A986FE
Black with #A986FE
Text Example
Text Example
White with #A986FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A986FE; }
p { color: rgb(169,134,254); }
H1.HeaderClassName
{
color: #A986FE;
}
.AnyTagClassName
{
color: #A986FE;
}
</style>
background-color css
<style>
a { background-color: #A986FE; }
a { background-color: rgb(169,134,254); }
div.DivClassName
{
background-color: #A986FE;
}
.BgClassName
{
background-color: #A986FE;
}
</style>
border-color css
<style>
span { border-color: #A986FE; }
span { border-color: rgb(169,134,254); }
td.TdClassName
{
border-color: #A986FE;
}
.TagClassName
{
border-color: #A986FE;
}
</style>