Shades of Light Slate Blue #A38EFF
Tints of Light Slate Blue #A38EFF
RGB
CMYK
RGB Variations
Color information
#A38EFF (or 0xA38EFF) is known color: Light Slate Blue. HEX triplet: A3, 8E and FF. RGB value is (163,142,255). Sum of RGB (Red+Green+Blue) = 163+142+255=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A38EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EFF is #5C7100. Grayscale: #A0A0A0. Windows color (decimal): -6058241 or 16748195. OLE color: 16748195.
HSL color Cylindrical-coordinate representation of color #A38EFF: hue angle of 251.15º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A38EFF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 142 | 255 | - |
| CMYK | 0.36 | 0.44 | 0 | 0 |
| HSL | 251.15º | 1% | 0.78% | - |
| HSV(B) | 251.15º | 0.44% | 1% | - |
| XYZ | 42.83 | 34.35 | 98.98 | - |
| YUV | 161.16 | 180.96 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 142 | 255 | 0.36 | 0.44 | 0 | 0 | 251.15 | 1 | 0.78 |
| Hex | A3 | 8E | FF | 24 | 2C | 0 | 0 | FB | 64 | 4E |
| Octal | 243 | 216 | 377 | 44 | 54 | 0 | 0 | 373 | 144 | 116 |
| Binary | 10100011 | 10001110 | 11111111 | 100100 | 101100 | 0 | 0 | 11111011 | 1100100 | 1001110 |
Color Harmonies of #A38EFF
Complementary color
Monochromatic Colors of #A38EFF
Black with #A38EFF
Text Example
Text Example
White with #A38EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38EFF; }
p { color: rgb(163,142,255); }
H1.HeaderClassName
{
color: #A38EFF;
}
.AnyTagClassName
{
color: #A38EFF;
}
</style>
background-color css
<style>
a { background-color: #A38EFF; }
a { background-color: rgb(163,142,255); }
div.DivClassName
{
background-color: #A38EFF;
}
.BgClassName
{
background-color: #A38EFF;
}
</style>
border-color css
<style>
span { border-color: #A38EFF; }
span { border-color: rgb(163,142,255); }
td.TdClassName
{
border-color: #A38EFF;
}
.TagClassName
{
border-color: #A38EFF;
}
</style>