Shades of Light Slate Blue #A08BFE
Tints of Light Slate Blue #A08BFE
RGB
CMYK
RGB Variations
Color information
#A08BFE (or 0xA08BFE) is known color: Light Slate Blue. HEX triplet: A0, 8B and FE. RGB value is (160,139,254). Sum of RGB (Red+Green+Blue) = 160+139+254=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #A08BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BFE is #5F7401. Grayscale: #9D9D9D. Windows color (decimal): -6255618 or 16681888. OLE color: 16681888.
HSL color Cylindrical-coordinate representation of color #A08BFE: hue angle of 250.96º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A08BFE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 139 | 254 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.00 |
| HSL | 250.96º | 0.98% | 0.77% | - |
| HSV(B) | 250.96º | 0.45% | 1% | - |
| XYZ | 41.62 | 33.09 | 97.96 | - |
| YUV | 158.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 254 | 0.37 | 0.45 | 0 | 0.00 | 250.96 | 0.98 | 0.77 |
| Hex | A0 | 8B | FE | 25 | 2D | 0 | 0 | FB | 62 | 4D |
| Octal | 240 | 213 | 376 | 45 | 55 | 0 | 0 | 373 | 142 | 115 |
| Binary | 10100000 | 10001011 | 11111110 | 100101 | 101101 | 0 | 0 | 11111011 | 1100010 | 1001101 |
Color Harmonies of #A08BFE
Complementary color
Monochromatic Colors of #A08BFE
Black with #A08BFE
Text Example
Text Example
White with #A08BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BFE; }
p { color: rgb(160,139,254); }
H1.HeaderClassName
{
color: #A08BFE;
}
.AnyTagClassName
{
color: #A08BFE;
}
</style>
background-color css
<style>
a { background-color: #A08BFE; }
a { background-color: rgb(160,139,254); }
div.DivClassName
{
background-color: #A08BFE;
}
.BgClassName
{
background-color: #A08BFE;
}
</style>
border-color css
<style>
span { border-color: #A08BFE; }
span { border-color: rgb(160,139,254); }
td.TdClassName
{
border-color: #A08BFE;
}
.TagClassName
{
border-color: #A08BFE;
}
</style>