Shades of Light Slate Blue #A386FB
Tints of Light Slate Blue #A386FB
RGB
CMYK
RGB Variations
Color information
#A386FB (or 0xA386FB) is known color: Light Slate Blue. HEX triplet: A3, 86 and FB. RGB value is (163,134,251). Sum of RGB (Red+Green+Blue) = 163+134+251=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #A386FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A386FB is #5C7904. Grayscale: #9B9B9B. Windows color (decimal): -6060293 or 16484003. OLE color: 16484003.
HSL color Cylindrical-coordinate representation of color #A386FB: hue angle of 254.87º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A386FB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 134 | 251 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.02 |
| HSL | 254.87º | 0.94% | 0.75% | - |
| HSV(B) | 254.87º | 0.47% | 0.98% | - |
| XYZ | 41.04 | 31.8 | 95.24 | - |
| YUV | 156.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 251 | 0.35 | 0.47 | 0 | 0.02 | 254.87 | 0.94 | 0.75 |
| Hex | A3 | 86 | FB | 23 | 2F | 0 | 2 | FF | 5E | 4B |
| Octal | 243 | 206 | 373 | 43 | 57 | 0 | 2 | 377 | 136 | 113 |
| Binary | 10100011 | 10000110 | 11111011 | 100011 | 101111 | 0 | 10 | 11111111 | 1011110 | 1001011 |
Color Harmonies of #A386FB
Complementary color
Monochromatic Colors of #A386FB
Black with #A386FB
Text Example
Text Example
White with #A386FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386FB; }
p { color: rgb(163,134,251); }
H1.HeaderClassName
{
color: #A386FB;
}
.AnyTagClassName
{
color: #A386FB;
}
</style>
background-color css
<style>
a { background-color: #A386FB; }
a { background-color: rgb(163,134,251); }
div.DivClassName
{
background-color: #A386FB;
}
.BgClassName
{
background-color: #A386FB;
}
</style>
border-color css
<style>
span { border-color: #A386FB; }
span { border-color: rgb(163,134,251); }
td.TdClassName
{
border-color: #A386FB;
}
.TagClassName
{
border-color: #A386FB;
}
</style>