Shades of Light Slate Blue #A188FF
Tints of Light Slate Blue #A188FF
RGB
CMYK
RGB Variations
Color information
#A188FF (or 0xA188FF) is known color: Light Slate Blue. HEX triplet: A1, 88 and FF. RGB value is (161,136,255). Sum of RGB (Red+Green+Blue) = 161+136+255=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A188FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A188FF is #5E7700. Grayscale: #9C9C9C. Windows color (decimal): -6190849 or 16746657. OLE color: 16746657.
HSL color Cylindrical-coordinate representation of color #A188FF: hue angle of 252.61º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A188FF is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 136 | 255 | - |
| CMYK | 0.37 | 0.47 | 0 | 0 |
| HSL | 252.61º | 1% | 0.77% | - |
| HSV(B) | 252.61º | 0.47% | 1% | - |
| XYZ | 41.55 | 32.41 | 98.67 | - |
| YUV | 157.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 255 | 0.37 | 0.47 | 0 | 0 | 252.61 | 1 | 0.77 |
| Hex | A1 | 88 | FF | 25 | 2F | 0 | 0 | FD | 64 | 4D |
| Octal | 241 | 210 | 377 | 45 | 57 | 0 | 0 | 375 | 144 | 115 |
| Binary | 10100001 | 10001000 | 11111111 | 100101 | 101111 | 0 | 0 | 11111101 | 1100100 | 1001101 |
Color Harmonies of #A188FF
Complementary color
Monochromatic Colors of #A188FF
Black with #A188FF
Text Example
Text Example
White with #A188FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188FF; }
p { color: rgb(161,136,255); }
H1.HeaderClassName
{
color: #A188FF;
}
.AnyTagClassName
{
color: #A188FF;
}
</style>
background-color css
<style>
a { background-color: #A188FF; }
a { background-color: rgb(161,136,255); }
div.DivClassName
{
background-color: #A188FF;
}
.BgClassName
{
background-color: #A188FF;
}
</style>
border-color css
<style>
span { border-color: #A188FF; }
span { border-color: rgb(161,136,255); }
td.TdClassName
{
border-color: #A188FF;
}
.TagClassName
{
border-color: #A188FF;
}
</style>