Shades of Light Slate Blue #A088FF
Tints of Light Slate Blue #A088FF
RGB
CMYK
RGB Variations
Color information
#A088FF (or 0xA088FF) is known color: Light Slate Blue. HEX triplet: A0, 88 and FF. RGB value is (160,136,255). Sum of RGB (Red+Green+Blue) = 160+136+255=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A088FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A088FF is #5F7700. Grayscale: #9C9C9C. Windows color (decimal): -6256385 or 16746656. OLE color: 16746656.
HSL color Cylindrical-coordinate representation of color #A088FF: hue angle of 252.1º 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 #A088FF is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 136 | 255 | - |
| CMYK | 0.37 | 0.47 | 0 | 0 |
| HSL | 252.1º | 1% | 0.77% | - |
| HSV(B) | 252.1º | 0.47% | 1% | - |
| XYZ | 41.35 | 32.3 | 98.66 | - |
| YUV | 156.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 255 | 0.37 | 0.47 | 0 | 0 | 252.1 | 1 | 0.77 |
| Hex | A0 | 88 | FF | 25 | 2F | 0 | 0 | FC | 64 | 4D |
| Octal | 240 | 210 | 377 | 45 | 57 | 0 | 0 | 374 | 144 | 115 |
| Binary | 10100000 | 10001000 | 11111111 | 100101 | 101111 | 0 | 0 | 11111100 | 1100100 | 1001101 |
Color Harmonies of #A088FF
Complementary color
Monochromatic Colors of #A088FF
Black with #A088FF
Text Example
Text Example
White with #A088FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A088FF; }
p { color: rgb(160,136,255); }
H1.HeaderClassName
{
color: #A088FF;
}
.AnyTagClassName
{
color: #A088FF;
}
</style>
background-color css
<style>
a { background-color: #A088FF; }
a { background-color: rgb(160,136,255); }
div.DivClassName
{
background-color: #A088FF;
}
.BgClassName
{
background-color: #A088FF;
}
</style>
border-color css
<style>
span { border-color: #A088FF; }
span { border-color: rgb(160,136,255); }
td.TdClassName
{
border-color: #A088FF;
}
.TagClassName
{
border-color: #A088FF;
}
</style>