Shades of Light Slate Blue #A086F9
Tints of Light Slate Blue #A086F9
RGB
CMYK
RGB Variations
Color information
#A086F9 (or 0xA086F9) is known color: Light Slate Blue. HEX triplet: A0, 86 and F9. RGB value is (160,134,249). Sum of RGB (Red+Green+Blue) = 160+134+249=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #A086F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A086F9 is #5F7906. Grayscale: #9A9A9A. Windows color (decimal): -6256903 or 16352928. OLE color: 16352928.
HSL color Cylindrical-coordinate representation of color #A086F9: hue angle of 253.57º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A086F9 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 134 | 249 | - |
| CMYK | 0.36 | 0.46 | 0 | 0.02 |
| HSL | 253.57º | 0.91% | 0.75% | - |
| HSV(B) | 253.57º | 0.46% | 0.98% | - |
| XYZ | 40.12 | 31.36 | 93.56 | - |
| YUV | 154.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 249 | 0.36 | 0.46 | 0 | 0.02 | 253.57 | 0.91 | 0.75 |
| Hex | A0 | 86 | F9 | 24 | 2E | 0 | 2 | FE | 5B | 4B |
| Octal | 240 | 206 | 371 | 44 | 56 | 0 | 2 | 376 | 133 | 113 |
| Binary | 10100000 | 10000110 | 11111001 | 100100 | 101110 | 0 | 10 | 11111110 | 1011011 | 1001011 |
Color Harmonies of #A086F9
Complementary color
Monochromatic Colors of #A086F9
Black with #A086F9
Text Example
Text Example
White with #A086F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A086F9; }
p { color: rgb(160,134,249); }
H1.HeaderClassName
{
color: #A086F9;
}
.AnyTagClassName
{
color: #A086F9;
}
</style>
background-color css
<style>
a { background-color: #A086F9; }
a { background-color: rgb(160,134,249); }
div.DivClassName
{
background-color: #A086F9;
}
.BgClassName
{
background-color: #A086F9;
}
</style>
border-color css
<style>
span { border-color: #A086F9; }
span { border-color: rgb(160,134,249); }
td.TdClassName
{
border-color: #A086F9;
}
.TagClassName
{
border-color: #A086F9;
}
</style>