Shades of Light Slate Blue #A48FFB
Tints of Light Slate Blue #A48FFB
RGB
CMYK
RGB Variations
Color information
#A48FFB (or 0xA48FFB) is known color: Light Slate Blue. HEX triplet: A4, 8F and FB. RGB value is (164,143,251). Sum of RGB (Red+Green+Blue) = 164+143+251=558 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.39% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #A48FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48FFB is #5B7004. Grayscale: #A1A1A1. Windows color (decimal): -5992453 or 16486308. OLE color: 16486308.
HSL color Cylindrical-coordinate representation of color #A48FFB: hue angle of 251.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A48FFB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 143 | 251 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.02 |
| HSL | 251.67º | 0.93% | 0.77% | - |
| HSV(B) | 251.67º | 0.43% | 0.98% | - |
| XYZ | 42.54 | 34.5 | 95.68 | - |
| YUV | 161.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 251 | 0.35 | 0.43 | 0 | 0.02 | 251.67 | 0.93 | 0.77 |
| Hex | A4 | 8F | FB | 23 | 2B | 0 | 2 | FC | 5D | 4D |
| Octal | 244 | 217 | 373 | 43 | 53 | 0 | 2 | 374 | 135 | 115 |
| Binary | 10100100 | 10001111 | 11111011 | 100011 | 101011 | 0 | 10 | 11111100 | 1011101 | 1001101 |
Color Harmonies of #A48FFB
Complementary color
Monochromatic Colors of #A48FFB
Black with #A48FFB
Text Example
Text Example
White with #A48FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48FFB; }
p { color: rgb(164,143,251); }
H1.HeaderClassName
{
color: #A48FFB;
}
.AnyTagClassName
{
color: #A48FFB;
}
</style>
background-color css
<style>
a { background-color: #A48FFB; }
a { background-color: rgb(164,143,251); }
div.DivClassName
{
background-color: #A48FFB;
}
.BgClassName
{
background-color: #A48FFB;
}
</style>
border-color css
<style>
span { border-color: #A48FFB; }
span { border-color: rgb(164,143,251); }
td.TdClassName
{
border-color: #A48FFB;
}
.TagClassName
{
border-color: #A48FFB;
}
</style>