Shades of Light Slate Blue #A38EFB
Tints of Light Slate Blue #A38EFB
RGB
CMYK
RGB Variations
Color information
#A38EFB (or 0xA38EFB) is known color: Light Slate Blue. HEX triplet: A3, 8E and FB. RGB value is (163,142,251). Sum of RGB (Red+Green+Blue) = 163+142+251=556 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.32% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #A38EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EFB is #5C7104. Grayscale: #A0A0A0. Windows color (decimal): -6058245 or 16486051. OLE color: 16486051.
HSL color Cylindrical-coordinate representation of color #A38EFB: hue angle of 251.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A38EFB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 142 | 251 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.02 |
| HSL | 251.56º | 0.93% | 0.77% | - |
| HSV(B) | 251.56º | 0.43% | 0.98% | - |
| XYZ | 42.19 | 34.1 | 95.62 | - |
| YUV | 160.71 | 178.96 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 251 | 0.35 | 0.43 | 0 | 0.02 | 251.56 | 0.93 | 0.77 |
| Hex | A3 | 8E | FB | 23 | 2B | 0 | 2 | FC | 5D | 4D |
| Octal | 243 | 216 | 373 | 43 | 53 | 0 | 2 | 374 | 135 | 115 |
| Binary | 10100011 | 10001110 | 11111011 | 100011 | 101011 | 0 | 10 | 11111100 | 1011101 | 1001101 |
Color Harmonies of #A38EFB
Complementary color
Monochromatic Colors of #A38EFB
Black with #A38EFB
Text Example
Text Example
White with #A38EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38EFB; }
p { color: rgb(163,142,251); }
H1.HeaderClassName
{
color: #A38EFB;
}
.AnyTagClassName
{
color: #A38EFB;
}
</style>
background-color css
<style>
a { background-color: #A38EFB; }
a { background-color: rgb(163,142,251); }
div.DivClassName
{
background-color: #A38EFB;
}
.BgClassName
{
background-color: #A38EFB;
}
</style>
border-color css
<style>
span { border-color: #A38EFB; }
span { border-color: rgb(163,142,251); }
td.TdClassName
{
border-color: #A38EFB;
}
.TagClassName
{
border-color: #A38EFB;
}
</style>