Shades of Light Slate Blue #A48CFF
Tints of Light Slate Blue #A48CFF
RGB
CMYK
RGB Variations
Color information
#A48CFF (or 0xA48CFF) is known color: Light Slate Blue. HEX triplet: A4, 8C and FF. RGB value is (164,140,255). Sum of RGB (Red+Green+Blue) = 164+140+255=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 140 (55.08% from 255 or 25.04% 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 #A48CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48CFF is #5B7300. Grayscale: #9F9F9F. Windows color (decimal): -5993217 or 16747684. OLE color: 16747684.
HSL color Cylindrical-coordinate representation of color #A48CFF: hue angle of 252.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A48CFF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 140 | 255 | - |
| CMYK | 0.36 | 0.45 | 0 | 0 |
| HSL | 252.52º | 1% | 0.77% | - |
| HSV(B) | 252.52º | 0.45% | 1% | - |
| XYZ | 42.74 | 33.87 | 98.89 | - |
| YUV | 160.29 | 181.45 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 140 | 255 | 0.36 | 0.45 | 0 | 0 | 252.52 | 1 | 0.77 |
| Hex | A4 | 8C | FF | 24 | 2D | 0 | 0 | FD | 64 | 4D |
| Octal | 244 | 214 | 377 | 44 | 55 | 0 | 0 | 375 | 144 | 115 |
| Binary | 10100100 | 10001100 | 11111111 | 100100 | 101101 | 0 | 0 | 11111101 | 1100100 | 1001101 |
Color Harmonies of #A48CFF
Complementary color
Monochromatic Colors of #A48CFF
Black with #A48CFF
Text Example
Text Example
White with #A48CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48CFF; }
p { color: rgb(164,140,255); }
H1.HeaderClassName
{
color: #A48CFF;
}
.AnyTagClassName
{
color: #A48CFF;
}
</style>
background-color css
<style>
a { background-color: #A48CFF; }
a { background-color: rgb(164,140,255); }
div.DivClassName
{
background-color: #A48CFF;
}
.BgClassName
{
background-color: #A48CFF;
}
</style>
border-color css
<style>
span { border-color: #A48CFF; }
span { border-color: rgb(164,140,255); }
td.TdClassName
{
border-color: #A48CFF;
}
.TagClassName
{
border-color: #A48CFF;
}
</style>