Shades of Light Slate Blue #A08CFE
Tints of Light Slate Blue #A08CFE
RGB
CMYK
RGB Variations
Color information
#A08CFE (or 0xA08CFE) is known color: Light Slate Blue. HEX triplet: A0, 8C and FE. RGB value is (160,140,254). Sum of RGB (Red+Green+Blue) = 160+140+254=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A08CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08CFE is #5F7301. Grayscale: #9E9E9E. Windows color (decimal): -6255362 or 16682144. OLE color: 16682144.
HSL color Cylindrical-coordinate representation of color #A08CFE: hue angle of 250.53º 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 #A08CFE is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 140 | 254 | - |
| CMYK | 0.37 | 0.45 | 0 | 0.00 |
| HSL | 250.53º | 0.98% | 0.77% | - |
| HSV(B) | 250.53º | 0.45% | 1% | - |
| XYZ | 41.76 | 33.39 | 98.01 | - |
| YUV | 158.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 140 | 254 | 0.37 | 0.45 | 0 | 0.00 | 250.53 | 0.98 | 0.77 |
| Hex | A0 | 8C | FE | 25 | 2D | 0 | 0 | FB | 62 | 4D |
| Octal | 240 | 214 | 376 | 45 | 55 | 0 | 0 | 373 | 142 | 115 |
| Binary | 10100000 | 10001100 | 11111110 | 100101 | 101101 | 0 | 0 | 11111011 | 1100010 | 1001101 |
Color Harmonies of #A08CFE
Complementary color
Monochromatic Colors of #A08CFE
Black with #A08CFE
Text Example
Text Example
White with #A08CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08CFE; }
p { color: rgb(160,140,254); }
H1.HeaderClassName
{
color: #A08CFE;
}
.AnyTagClassName
{
color: #A08CFE;
}
</style>
background-color css
<style>
a { background-color: #A08CFE; }
a { background-color: rgb(160,140,254); }
div.DivClassName
{
background-color: #A08CFE;
}
.BgClassName
{
background-color: #A08CFE;
}
</style>
border-color css
<style>
span { border-color: #A08CFE; }
span { border-color: rgb(160,140,254); }
td.TdClassName
{
border-color: #A08CFE;
}
.TagClassName
{
border-color: #A08CFE;
}
</style>