Shades of Light Slate Blue #A688FF
Tints of Light Slate Blue #A688FF
RGB
CMYK
RGB Variations
Color information
#A688FF (or 0xA688FF) is known color: Light Slate Blue. HEX triplet: A6, 88 and FF. RGB value is (166,136,255). Sum of RGB (Red+Green+Blue) = 166+136+255=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 136 (53.52% from 255 or 24.42% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A688FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688FF is #597700. Grayscale: #9E9E9E. Windows color (decimal): -5863169 or 16746662. OLE color: 16746662.
HSL color Cylindrical-coordinate representation of color #A688FF: hue angle of 255.13º 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 #A688FF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 136 | 255 | - |
| CMYK | 0.35 | 0.47 | 0 | 0 |
| HSL | 255.13º | 1% | 0.77% | - |
| HSV(B) | 255.13º | 0.47% | 1% | - |
| XYZ | 42.58 | 32.94 | 98.72 | - |
| YUV | 158.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 136 | 255 | 0.35 | 0.47 | 0 | 0 | 255.13 | 1 | 0.77 |
| Hex | A6 | 88 | FF | 23 | 2F | 0 | 0 | FF | 64 | 4D |
| Octal | 246 | 210 | 377 | 43 | 57 | 0 | 0 | 377 | 144 | 115 |
| Binary | 10100110 | 10001000 | 11111111 | 100011 | 101111 | 0 | 0 | 11111111 | 1100100 | 1001101 |
Color Harmonies of #A688FF
Complementary color
Monochromatic Colors of #A688FF
Black with #A688FF
Text Example
Text Example
White with #A688FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A688FF; }
p { color: rgb(166,136,255); }
H1.HeaderClassName
{
color: #A688FF;
}
.AnyTagClassName
{
color: #A688FF;
}
</style>
background-color css
<style>
a { background-color: #A688FF; }
a { background-color: rgb(166,136,255); }
div.DivClassName
{
background-color: #A688FF;
}
.BgClassName
{
background-color: #A688FF;
}
</style>
border-color css
<style>
span { border-color: #A688FF; }
span { border-color: rgb(166,136,255); }
td.TdClassName
{
border-color: #A688FF;
}
.TagClassName
{
border-color: #A688FF;
}
</style>