Shades of Light Slate Blue #A888FB
Tints of Light Slate Blue #A888FB
RGB
CMYK
RGB Variations
Color information
#A888FB (or 0xA888FB) is known color: Light Slate Blue. HEX triplet: A8, 88 and FB. RGB value is (168,136,251). Sum of RGB (Red+Green+Blue) = 168+136+251=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #A888FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A888FB is #577704. Grayscale: #9E9E9E. Windows color (decimal): -5732101 or 16484520. OLE color: 16484520.
HSL color Cylindrical-coordinate representation of color #A888FB: hue angle of 256.7º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A888FB is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 136 | 251 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.02 |
| HSL | 256.7º | 0.93% | 0.76% | - |
| HSV(B) | 256.7º | 0.46% | 0.98% | - |
| XYZ | 42.37 | 32.9 | 95.38 | - |
| YUV | 158.68 | 180.1 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 251 | 0.33 | 0.46 | 0 | 0.02 | 256.7 | 0.93 | 0.76 |
| Hex | A8 | 88 | FB | 21 | 2E | 0 | 2 | 101 | 5D | 4C |
| Octal | 250 | 210 | 373 | 41 | 56 | 0 | 2 | 401 | 135 | 114 |
| Binary | 10101000 | 10001000 | 11111011 | 100001 | 101110 | 0 | 10 | 100000001 | 1011101 | 1001100 |
Color Harmonies of #A888FB
Complementary color
Monochromatic Colors of #A888FB
Black with #A888FB
Text Example
Text Example
White with #A888FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888FB; }
p { color: rgb(168,136,251); }
H1.HeaderClassName
{
color: #A888FB;
}
.AnyTagClassName
{
color: #A888FB;
}
</style>
background-color css
<style>
a { background-color: #A888FB; }
a { background-color: rgb(168,136,251); }
div.DivClassName
{
background-color: #A888FB;
}
.BgClassName
{
background-color: #A888FB;
}
</style>
border-color css
<style>
span { border-color: #A888FB; }
span { border-color: rgb(168,136,251); }
td.TdClassName
{
border-color: #A888FB;
}
.TagClassName
{
border-color: #A888FB;
}
</style>