Shades of Light Slate Blue #A386F8
Tints of Light Slate Blue #A386F8
RGB
CMYK
RGB Variations
Color information
#A386F8 (or 0xA386F8) is known color: Light Slate Blue. HEX triplet: A3, 86 and F8. RGB value is (163,134,248). Sum of RGB (Red+Green+Blue) = 163+134+248=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #A386F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386F8 is #5C7907. Grayscale: #9B9B9B. Windows color (decimal): -6060296 or 16287395. OLE color: 16287395.
HSL color Cylindrical-coordinate representation of color #A386F8: hue angle of 255.26º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A386F8 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 134 | 248 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.03 |
| HSL | 255.26º | 0.89% | 0.75% | - |
| HSV(B) | 255.26º | 0.46% | 0.97% | - |
| XYZ | 40.57 | 31.61 | 92.77 | - |
| YUV | 155.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 248 | 0.34 | 0.46 | 0 | 0.03 | 255.26 | 0.89 | 0.75 |
| Hex | A3 | 86 | F8 | 22 | 2E | 0 | 3 | FF | 59 | 4B |
| Octal | 243 | 206 | 370 | 42 | 56 | 0 | 3 | 377 | 131 | 113 |
| Binary | 10100011 | 10000110 | 11111000 | 100010 | 101110 | 0 | 11 | 11111111 | 1011001 | 1001011 |
Color Harmonies of #A386F8
Complementary color
Monochromatic Colors of #A386F8
Black with #A386F8
Text Example
Text Example
White with #A386F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386F8; }
p { color: rgb(163,134,248); }
H1.HeaderClassName
{
color: #A386F8;
}
.AnyTagClassName
{
color: #A386F8;
}
</style>
background-color css
<style>
a { background-color: #A386F8; }
a { background-color: rgb(163,134,248); }
div.DivClassName
{
background-color: #A386F8;
}
.BgClassName
{
background-color: #A386F8;
}
</style>
border-color css
<style>
span { border-color: #A386F8; }
span { border-color: rgb(163,134,248); }
td.TdClassName
{
border-color: #A386F8;
}
.TagClassName
{
border-color: #A386F8;
}
</style>