Shades of Light Slate Blue #A08DFE
Tints of Light Slate Blue #A08DFE
RGB
CMYK
RGB Variations
Color information
#A08DFE (or 0xA08DFE) is known color: Light Slate Blue. HEX triplet: A0, 8D and FE. RGB value is (160,141,254). Sum of RGB (Red+Green+Blue) = 160+141+254=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #A08DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DFE is #5F7201. Grayscale: #9F9F9F. Windows color (decimal): -6255106 or 16682400. OLE color: 16682400.
HSL color Cylindrical-coordinate representation of color #A08DFE: hue angle of 250.09º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08DFE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 141 | 254 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.00 |
| HSL | 250.09º | 0.98% | 0.77% | - |
| HSV(B) | 250.09º | 0.44% | 1% | - |
| XYZ | 41.91 | 33.68 | 98.06 | - |
| YUV | 159.56 | 181.29 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 254 | 0.37 | 0.44 | 0 | 0.00 | 250.09 | 0.98 | 0.77 |
| Hex | A0 | 8D | FE | 25 | 2C | 0 | 0 | FA | 62 | 4D |
| Octal | 240 | 215 | 376 | 45 | 54 | 0 | 0 | 372 | 142 | 115 |
| Binary | 10100000 | 10001101 | 11111110 | 100101 | 101100 | 0 | 0 | 11111010 | 1100010 | 1001101 |
Color Harmonies of #A08DFE
Complementary color
Monochromatic Colors of #A08DFE
Black with #A08DFE
Text Example
Text Example
White with #A08DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DFE; }
p { color: rgb(160,141,254); }
H1.HeaderClassName
{
color: #A08DFE;
}
.AnyTagClassName
{
color: #A08DFE;
}
</style>
background-color css
<style>
a { background-color: #A08DFE; }
a { background-color: rgb(160,141,254); }
div.DivClassName
{
background-color: #A08DFE;
}
.BgClassName
{
background-color: #A08DFE;
}
</style>
border-color css
<style>
span { border-color: #A08DFE; }
span { border-color: rgb(160,141,254); }
td.TdClassName
{
border-color: #A08DFE;
}
.TagClassName
{
border-color: #A08DFE;
}
</style>