Shades of Light Slate Blue #A38DFF
Tints of Light Slate Blue #A38DFF
RGB
CMYK
RGB Variations
Color information
#A38DFF (or 0xA38DFF) is known color: Light Slate Blue. HEX triplet: A3, 8D and FF. RGB value is (163,141,255). Sum of RGB (Red+Green+Blue) = 163+141+255=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #A38DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38DFF is #5C7200. Grayscale: #A0A0A0. Windows color (decimal): -6058497 or 16747939. OLE color: 16747939.
HSL color Cylindrical-coordinate representation of color #A38DFF: hue angle of 251.58º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A38DFF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 141 | 255 | - |
| CMYK | 0.36 | 0.45 | 0 | 0 |
| HSL | 251.58º | 1% | 0.78% | - |
| HSV(B) | 251.58º | 0.45% | 1% | - |
| XYZ | 42.68 | 34.06 | 98.93 | - |
| YUV | 160.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 255 | 0.36 | 0.45 | 0 | 0 | 251.58 | 1 | 0.78 |
| Hex | A3 | 8D | FF | 24 | 2D | 0 | 0 | FC | 64 | 4E |
| Octal | 243 | 215 | 377 | 44 | 55 | 0 | 0 | 374 | 144 | 116 |
| Binary | 10100011 | 10001101 | 11111111 | 100100 | 101101 | 0 | 0 | 11111100 | 1100100 | 1001110 |
Color Harmonies of #A38DFF
Complementary color
Monochromatic Colors of #A38DFF
Black with #A38DFF
Text Example
Text Example
White with #A38DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DFF; }
p { color: rgb(163,141,255); }
H1.HeaderClassName
{
color: #A38DFF;
}
.AnyTagClassName
{
color: #A38DFF;
}
</style>
background-color css
<style>
a { background-color: #A38DFF; }
a { background-color: rgb(163,141,255); }
div.DivClassName
{
background-color: #A38DFF;
}
.BgClassName
{
background-color: #A38DFF;
}
</style>
border-color css
<style>
span { border-color: #A38DFF; }
span { border-color: rgb(163,141,255); }
td.TdClassName
{
border-color: #A38DFF;
}
.TagClassName
{
border-color: #A38DFF;
}
</style>