Shades of Light Slate Blue #A08EFE
Tints of Light Slate Blue #A08EFE
RGB
CMYK
RGB Variations
Color information
#A08EFE (or 0xA08EFE) is known color: Light Slate Blue. HEX triplet: A0, 8E and FE. RGB value is (160,142,254). Sum of RGB (Red+Green+Blue) = 160+142+254=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #A08EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08EFE is #5F7101. Grayscale: #9F9F9F. Windows color (decimal): -6254850 or 16682656. OLE color: 16682656.
HSL color Cylindrical-coordinate representation of color #A08EFE: hue angle of 249.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08EFE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 142 | 254 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.00 |
| HSL | 249.64º | 0.98% | 0.78% | - |
| HSV(B) | 249.64º | 0.44% | 1% | - |
| XYZ | 42.06 | 33.98 | 98.11 | - |
| YUV | 160.15 | 180.96 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 142 | 254 | 0.37 | 0.44 | 0 | 0.00 | 249.64 | 0.98 | 0.78 |
| Hex | A0 | 8E | FE | 25 | 2C | 0 | 0 | FA | 62 | 4E |
| Octal | 240 | 216 | 376 | 45 | 54 | 0 | 0 | 372 | 142 | 116 |
| Binary | 10100000 | 10001110 | 11111110 | 100101 | 101100 | 0 | 0 | 11111010 | 1100010 | 1001110 |
Color Harmonies of #A08EFE
Complementary color
Monochromatic Colors of #A08EFE
Black with #A08EFE
Text Example
Text Example
White with #A08EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08EFE; }
p { color: rgb(160,142,254); }
H1.HeaderClassName
{
color: #A08EFE;
}
.AnyTagClassName
{
color: #A08EFE;
}
</style>
background-color css
<style>
a { background-color: #A08EFE; }
a { background-color: rgb(160,142,254); }
div.DivClassName
{
background-color: #A08EFE;
}
.BgClassName
{
background-color: #A08EFE;
}
</style>
border-color css
<style>
span { border-color: #A08EFE; }
span { border-color: rgb(160,142,254); }
td.TdClassName
{
border-color: #A08EFE;
}
.TagClassName
{
border-color: #A08EFE;
}
</style>