Shades of Light Slate Blue #A88AFC
Tints of Light Slate Blue #A88AFC
RGB
CMYK
RGB Variations
Color information
#A88AFC (or 0xA88AFC) is known color: Light Slate Blue. HEX triplet: A8, 8A and FC. RGB value is (168,138,252). Sum of RGB (Red+Green+Blue) = 168+138+252=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #A88AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88AFC is #577503. Grayscale: #9F9F9F. Windows color (decimal): -5731588 or 16550568. OLE color: 16550568.
HSL color Cylindrical-coordinate representation of color #A88AFC: hue angle of 255.79º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A88AFC is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 138 | 252 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.01 |
| HSL | 255.79º | 0.95% | 0.76% | - |
| HSV(B) | 255.79º | 0.45% | 0.99% | - |
| XYZ | 42.81 | 33.53 | 96.31 | - |
| YUV | 159.97 | 179.94 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 138 | 252 | 0.33 | 0.45 | 0 | 0.01 | 255.79 | 0.95 | 0.76 |
| Hex | A8 | 8A | FC | 21 | 2D | 0 | 1 | 100 | 5F | 4C |
| Octal | 250 | 212 | 374 | 41 | 55 | 0 | 1 | 400 | 137 | 114 |
| Binary | 10101000 | 10001010 | 11111100 | 100001 | 101101 | 0 | 1 | 100000000 | 1011111 | 1001100 |
Color Harmonies of #A88AFC
Complementary color
Monochromatic Colors of #A88AFC
Black with #A88AFC
Text Example
Text Example
White with #A88AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88AFC; }
p { color: rgb(168,138,252); }
H1.HeaderClassName
{
color: #A88AFC;
}
.AnyTagClassName
{
color: #A88AFC;
}
</style>
background-color css
<style>
a { background-color: #A88AFC; }
a { background-color: rgb(168,138,252); }
div.DivClassName
{
background-color: #A88AFC;
}
.BgClassName
{
background-color: #A88AFC;
}
</style>
border-color css
<style>
span { border-color: #A88AFC; }
span { border-color: rgb(168,138,252); }
td.TdClassName
{
border-color: #A88AFC;
}
.TagClassName
{
border-color: #A88AFC;
}
</style>