Shades of Light Slate Blue #A988FC
Tints of Light Slate Blue #A988FC
RGB
CMYK
RGB Variations
Color information
#A988FC (or 0xA988FC) is known color: Light Slate Blue. HEX triplet: A9, 88 and FC. RGB value is (169,136,252). Sum of RGB (Red+Green+Blue) = 169+136+252=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A988FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988FC is #567703. Grayscale: #9E9E9E. Windows color (decimal): -5666564 or 16550057. OLE color: 16550057.
HSL color Cylindrical-coordinate representation of color #A988FC: hue angle of 257.07º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A988FC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 136 | 252 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.01 |
| HSL | 257.07º | 0.95% | 0.76% | - |
| HSV(B) | 257.07º | 0.46% | 0.99% | - |
| XYZ | 42.74 | 33.07 | 96.23 | - |
| YUV | 159.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 252 | 0.33 | 0.46 | 0 | 0.01 | 257.07 | 0.95 | 0.76 |
| Hex | A9 | 88 | FC | 21 | 2E | 0 | 1 | 101 | 5F | 4C |
| Octal | 251 | 210 | 374 | 41 | 56 | 0 | 1 | 401 | 137 | 114 |
| Binary | 10101001 | 10001000 | 11111100 | 100001 | 101110 | 0 | 1 | 100000001 | 1011111 | 1001100 |
Color Harmonies of #A988FC
Complementary color
Monochromatic Colors of #A988FC
Black with #A988FC
Text Example
Text Example
White with #A988FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988FC; }
p { color: rgb(169,136,252); }
H1.HeaderClassName
{
color: #A988FC;
}
.AnyTagClassName
{
color: #A988FC;
}
</style>
background-color css
<style>
a { background-color: #A988FC; }
a { background-color: rgb(169,136,252); }
div.DivClassName
{
background-color: #A988FC;
}
.BgClassName
{
background-color: #A988FC;
}
</style>
border-color css
<style>
span { border-color: #A988FC; }
span { border-color: rgb(169,136,252); }
td.TdClassName
{
border-color: #A988FC;
}
.TagClassName
{
border-color: #A988FC;
}
</style>