Shades of Light Slate Blue #A086FC
Tints of Light Slate Blue #A086FC
RGB
CMYK
RGB Variations
Color information
#A086FC (or 0xA086FC) is known color: Light Slate Blue. HEX triplet: A0, 86 and FC. RGB value is (160,134,252). Sum of RGB (Red+Green+Blue) = 160+134+252=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #A086FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086FC is #5F7903. Grayscale: #9A9A9A. Windows color (decimal): -6256900 or 16549536. OLE color: 16549536.
HSL color Cylindrical-coordinate representation of color #A086FC: hue angle of 253.22º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A086FC is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 134 | 252 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.01 |
| HSL | 253.22º | 0.95% | 0.76% | - |
| HSV(B) | 253.22º | 0.47% | 0.99% | - |
| XYZ | 40.59 | 31.55 | 96.05 | - |
| YUV | 155.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 252 | 0.37 | 0.47 | 0 | 0.01 | 253.22 | 0.95 | 0.76 |
| Hex | A0 | 86 | FC | 25 | 2F | 0 | 1 | FD | 5F | 4C |
| Octal | 240 | 206 | 374 | 45 | 57 | 0 | 1 | 375 | 137 | 114 |
| Binary | 10100000 | 10000110 | 11111100 | 100101 | 101111 | 0 | 1 | 11111101 | 1011111 | 1001100 |
Color Harmonies of #A086FC
Complementary color
Monochromatic Colors of #A086FC
Black with #A086FC
Text Example
Text Example
White with #A086FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086FC; }
p { color: rgb(160,134,252); }
H1.HeaderClassName
{
color: #A086FC;
}
.AnyTagClassName
{
color: #A086FC;
}
</style>
background-color css
<style>
a { background-color: #A086FC; }
a { background-color: rgb(160,134,252); }
div.DivClassName
{
background-color: #A086FC;
}
.BgClassName
{
background-color: #A086FC;
}
</style>
border-color css
<style>
span { border-color: #A086FC; }
span { border-color: rgb(160,134,252); }
td.TdClassName
{
border-color: #A086FC;
}
.TagClassName
{
border-color: #A086FC;
}
</style>