Shades of Light Slate Blue #A48DFD
Tints of Light Slate Blue #A48DFD
RGB
CMYK
RGB Variations
Color information
#A48DFD (or 0xA48DFD) is known color: Light Slate Blue. HEX triplet: A4, 8D and FD. RGB value is (164,141,253). Sum of RGB (Red+Green+Blue) = 164+141+253=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A48DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48DFD is #5B7202. Grayscale: #A0A0A0. Windows color (decimal): -5992963 or 16616868. OLE color: 16616868.
HSL color Cylindrical-coordinate representation of color #A48DFD: hue angle of 252.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A48DFD is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 164 | 141 | 253 | - |
CMYK | 0.35 | 0.44 | 0 | 0.01 |
HSL | 252.32º | 0.97% | 0.77% | - |
HSV(B) | 252.32º | 0.44% | 0.99% | - |
XYZ | 42.56 | 34.03 | 97.25 | - |
YUV | 160.65 | 180.12 | 130.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 141 | 253 | 0.35 | 0.44 | 0 | 0.01 | 252.32 | 0.97 | 0.77 |
Hex | A4 | 8D | FD | 23 | 2C | 0 | 1 | FC | 61 | 4D |
Octal | 244 | 215 | 375 | 43 | 54 | 0 | 1 | 374 | 141 | 115 |
Binary | 10100100 | 10001101 | 11111101 | 100011 | 101100 | 0 | 1 | 11111100 | 1100001 | 1001101 |
Color Harmonies of #A48DFD
Complementary color
Monochromatic Colors of #A48DFD
Black with #A48DFD
Text Example
Text Example
White with #A48DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DFD; }
p { color: rgb(164,141,253); }
H1.HeaderClassName
{
color: #A48DFD;
}
.AnyTagClassName
{
color: #A48DFD;
}
</style>
background-color css
<style>
a { background-color: #A48DFD; }
a { background-color: rgb(164,141,253); }
div.DivClassName
{
background-color: #A48DFD;
}
.BgClassName
{
background-color: #A48DFD;
}
</style>
border-color css
<style>
span { border-color: #A48DFD; }
span { border-color: rgb(164,141,253); }
td.TdClassName
{
border-color: #A48DFD;
}
.TagClassName
{
border-color: #A48DFD;
}
</style>