Shades of Light Slate Blue #A08DFB
Tints of Light Slate Blue #A08DFB
RGB
CMYK
RGB Variations
Color information
#A08DFB (or 0xA08DFB) is known color: Light Slate Blue. HEX triplet: A0, 8D and FB. RGB value is (160,141,251). Sum of RGB (Red+Green+Blue) = 160+141+251=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #A08DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08DFB is #5F7204. Grayscale: #9E9E9E. Windows color (decimal): -6255109 or 16485792. OLE color: 16485792.
HSL color Cylindrical-coordinate representation of color #A08DFB: hue angle of 250.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A08DFB is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 141 | 251 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.02 |
| HSL | 250.36º | 0.93% | 0.77% | - |
| HSV(B) | 250.36º | 0.44% | 0.98% | - |
| XYZ | 41.43 | 33.49 | 95.55 | - |
| YUV | 159.22 | 179.79 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 141 | 251 | 0.36 | 0.44 | 0 | 0.02 | 250.36 | 0.93 | 0.77 |
| Hex | A0 | 8D | FB | 24 | 2C | 0 | 2 | FA | 5D | 4D |
| Octal | 240 | 215 | 373 | 44 | 54 | 0 | 2 | 372 | 135 | 115 |
| Binary | 10100000 | 10001101 | 11111011 | 100100 | 101100 | 0 | 10 | 11111010 | 1011101 | 1001101 |
Color Harmonies of #A08DFB
Complementary color
Monochromatic Colors of #A08DFB
Black with #A08DFB
Text Example
Text Example
White with #A08DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08DFB; }
p { color: rgb(160,141,251); }
H1.HeaderClassName
{
color: #A08DFB;
}
.AnyTagClassName
{
color: #A08DFB;
}
</style>
background-color css
<style>
a { background-color: #A08DFB; }
a { background-color: rgb(160,141,251); }
div.DivClassName
{
background-color: #A08DFB;
}
.BgClassName
{
background-color: #A08DFB;
}
</style>
border-color css
<style>
span { border-color: #A08DFB; }
span { border-color: rgb(160,141,251); }
td.TdClassName
{
border-color: #A08DFB;
}
.TagClassName
{
border-color: #A08DFB;
}
</style>