Shades of Light Slate Blue #A38BFB
Tints of Light Slate Blue #A38BFB
RGB
CMYK
RGB Variations
Color information
#A38BFB (or 0xA38BFB) is known color: Light Slate Blue. HEX triplet: A3, 8B and FB. RGB value is (163,139,251). Sum of RGB (Red+Green+Blue) = 163+139+251=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #A38BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BFB is #5C7404. Grayscale: #9E9E9E. Windows color (decimal): -6059013 or 16485283. OLE color: 16485283.
HSL color Cylindrical-coordinate representation of color #A38BFB: hue angle of 252.86º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A38BFB is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 139 | 251 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.02 |
| HSL | 252.86º | 0.93% | 0.76% | - |
| HSV(B) | 252.86º | 0.45% | 0.98% | - |
| XYZ | 41.75 | 33.22 | 95.48 | - |
| YUV | 158.94 | 179.95 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 251 | 0.35 | 0.45 | 0 | 0.02 | 252.86 | 0.93 | 0.76 |
| Hex | A3 | 8B | FB | 23 | 2D | 0 | 2 | FD | 5D | 4C |
| Octal | 243 | 213 | 373 | 43 | 55 | 0 | 2 | 375 | 135 | 114 |
| Binary | 10100011 | 10001011 | 11111011 | 100011 | 101101 | 0 | 10 | 11111101 | 1011101 | 1001100 |
Color Harmonies of #A38BFB
Complementary color
Monochromatic Colors of #A38BFB
Black with #A38BFB
Text Example
Text Example
White with #A38BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BFB; }
p { color: rgb(163,139,251); }
H1.HeaderClassName
{
color: #A38BFB;
}
.AnyTagClassName
{
color: #A38BFB;
}
</style>
background-color css
<style>
a { background-color: #A38BFB; }
a { background-color: rgb(163,139,251); }
div.DivClassName
{
background-color: #A38BFB;
}
.BgClassName
{
background-color: #A38BFB;
}
</style>
border-color css
<style>
span { border-color: #A38BFB; }
span { border-color: rgb(163,139,251); }
td.TdClassName
{
border-color: #A38BFB;
}
.TagClassName
{
border-color: #A38BFB;
}
</style>