Shades of Light Slate Blue #A08EFF
Tints of Light Slate Blue #A08EFF
RGB
CMYK
RGB Variations
Color information
#A08EFF (or 0xA08EFF) is known color: Light Slate Blue. HEX triplet: A0, 8E and FF. RGB value is (160,142,255). Sum of RGB (Red+Green+Blue) = 160+142+255=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A08EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EFF is #5F7100. Grayscale: #9F9F9F. Windows color (decimal): -6254849 or 16748192. OLE color: 16748192.
HSL color Cylindrical-coordinate representation of color #A08EFF: hue angle of 249.56º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08EFF is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 142 | 255 | - |
| CMYK | 0.37 | 0.44 | 0 | 0 |
| HSL | 249.56º | 1% | 0.78% | - |
| HSV(B) | 249.56º | 0.44% | 1% | - |
| XYZ | 42.22 | 34.04 | 98.95 | - |
| YUV | 160.26 | 181.46 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 255 | 0.37 | 0.44 | 0 | 0 | 249.56 | 1 | 0.78 |
| Hex | A0 | 8E | FF | 25 | 2C | 0 | 0 | FA | 64 | 4E |
| Octal | 240 | 216 | 377 | 45 | 54 | 0 | 0 | 372 | 144 | 116 |
| Binary | 10100000 | 10001110 | 11111111 | 100101 | 101100 | 0 | 0 | 11111010 | 1100100 | 1001110 |
Color Harmonies of #A08EFF
Complementary color
Monochromatic Colors of #A08EFF
Black with #A08EFF
Text Example
Text Example
White with #A08EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08EFF; }
p { color: rgb(160,142,255); }
H1.HeaderClassName
{
color: #A08EFF;
}
.AnyTagClassName
{
color: #A08EFF;
}
</style>
background-color css
<style>
a { background-color: #A08EFF; }
a { background-color: rgb(160,142,255); }
div.DivClassName
{
background-color: #A08EFF;
}
.BgClassName
{
background-color: #A08EFF;
}
</style>
border-color css
<style>
span { border-color: #A08EFF; }
span { border-color: rgb(160,142,255); }
td.TdClassName
{
border-color: #A08EFF;
}
.TagClassName
{
border-color: #A08EFF;
}
</style>