Shades of Light Slate Blue #A18FFB
Tints of Light Slate Blue #A18FFB
RGB
CMYK
RGB Variations
Color information
#A18FFB (or 0xA18FFB) is known color: Light Slate Blue. HEX triplet: A1, 8F and FB. RGB value is (161,143,251). Sum of RGB (Red+Green+Blue) = 161+143+251=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #A18FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18FFB is #5E7004. Grayscale: #A0A0A0. Windows color (decimal): -6189061 or 16486305. OLE color: 16486305.
HSL color Cylindrical-coordinate representation of color #A18FFB: hue angle of 250º 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 #A18FFB is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 143 | 251 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.02 |
| HSL | 250º | 0.93% | 0.77% | - |
| HSV(B) | 250º | 0.43% | 0.98% | - |
| XYZ | 41.93 | 34.19 | 95.66 | - |
| YUV | 160.69 | 178.96 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 251 | 0.36 | 0.43 | 0 | 0.02 | 250 | 0.93 | 0.77 |
| Hex | A1 | 8F | FB | 24 | 2B | 0 | 2 | FA | 5D | 4D |
| Octal | 241 | 217 | 373 | 44 | 53 | 0 | 2 | 372 | 135 | 115 |
| Binary | 10100001 | 10001111 | 11111011 | 100100 | 101011 | 0 | 10 | 11111010 | 1011101 | 1001101 |
Color Harmonies of #A18FFB
Complementary color
Monochromatic Colors of #A18FFB
Black with #A18FFB
Text Example
Text Example
White with #A18FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FFB; }
p { color: rgb(161,143,251); }
H1.HeaderClassName
{
color: #A18FFB;
}
.AnyTagClassName
{
color: #A18FFB;
}
</style>
background-color css
<style>
a { background-color: #A18FFB; }
a { background-color: rgb(161,143,251); }
div.DivClassName
{
background-color: #A18FFB;
}
.BgClassName
{
background-color: #A18FFB;
}
</style>
border-color css
<style>
span { border-color: #A18FFB; }
span { border-color: rgb(161,143,251); }
td.TdClassName
{
border-color: #A18FFB;
}
.TagClassName
{
border-color: #A18FFB;
}
</style>