Shades of Light Slate Blue #A08CFB
Tints of Light Slate Blue #A08CFB
RGB
CMYK
RGB Variations
Color information
#A08CFB (or 0xA08CFB) is known color: Light Slate Blue. HEX triplet: A0, 8C and FB. RGB value is (160,140,251). Sum of RGB (Red+Green+Blue) = 160+140+251=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #A08CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CFB is #5F7304. Grayscale: #9E9E9E. Windows color (decimal): -6255365 or 16485536. OLE color: 16485536.
HSL color Cylindrical-coordinate representation of color #A08CFB: hue angle of 250.81º 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 #A08CFB is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 140 | 251 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.02 |
| HSL | 250.81º | 0.93% | 0.77% | - |
| HSV(B) | 250.81º | 0.44% | 0.98% | - |
| XYZ | 41.29 | 33.19 | 95.5 | - |
| YUV | 158.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 251 | 0.36 | 0.44 | 0 | 0.02 | 250.81 | 0.93 | 0.77 |
| Hex | A0 | 8C | FB | 24 | 2C | 0 | 2 | FB | 5D | 4D |
| Octal | 240 | 214 | 373 | 44 | 54 | 0 | 2 | 373 | 135 | 115 |
| Binary | 10100000 | 10001100 | 11111011 | 100100 | 101100 | 0 | 10 | 11111011 | 1011101 | 1001101 |
Color Harmonies of #A08CFB
Complementary color
Monochromatic Colors of #A08CFB
Black with #A08CFB
Text Example
Text Example
White with #A08CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CFB; }
p { color: rgb(160,140,251); }
H1.HeaderClassName
{
color: #A08CFB;
}
.AnyTagClassName
{
color: #A08CFB;
}
</style>
background-color css
<style>
a { background-color: #A08CFB; }
a { background-color: rgb(160,140,251); }
div.DivClassName
{
background-color: #A08CFB;
}
.BgClassName
{
background-color: #A08CFB;
}
</style>
border-color css
<style>
span { border-color: #A08CFB; }
span { border-color: rgb(160,140,251); }
td.TdClassName
{
border-color: #A08CFB;
}
.TagClassName
{
border-color: #A08CFB;
}
</style>