Shades of Light Slate Blue #A689FE
Tints of Light Slate Blue #A689FE
RGB
CMYK
RGB Variations
Color information
#A689FE (or 0xA689FE) is known color: Light Slate Blue. HEX triplet: A6, 89 and FE. RGB value is (166,137,254). Sum of RGB (Red+Green+Blue) = 166+137+254=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #A689FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689FE is #597601. Grayscale: #9E9E9E. Windows color (decimal): -5862914 or 16681382. OLE color: 16681382.
HSL color Cylindrical-coordinate representation of color #A689FE: hue angle of 254.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A689FE is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 137 | 254 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.00 |
| HSL | 254.87º | 0.98% | 0.77% | - |
| HSV(B) | 254.87º | 0.46% | 1% | - |
| XYZ | 42.56 | 33.15 | 97.92 | - |
| YUV | 159.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 254 | 0.35 | 0.46 | 0 | 0.00 | 254.87 | 0.98 | 0.77 |
| Hex | A6 | 89 | FE | 23 | 2E | 0 | 0 | FF | 62 | 4D |
| Octal | 246 | 211 | 376 | 43 | 56 | 0 | 0 | 377 | 142 | 115 |
| Binary | 10100110 | 10001001 | 11111110 | 100011 | 101110 | 0 | 0 | 11111111 | 1100010 | 1001101 |
Color Harmonies of #A689FE
Complementary color
Monochromatic Colors of #A689FE
Black with #A689FE
Text Example
Text Example
White with #A689FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689FE; }
p { color: rgb(166,137,254); }
H1.HeaderClassName
{
color: #A689FE;
}
.AnyTagClassName
{
color: #A689FE;
}
</style>
background-color css
<style>
a { background-color: #A689FE; }
a { background-color: rgb(166,137,254); }
div.DivClassName
{
background-color: #A689FE;
}
.BgClassName
{
background-color: #A689FE;
}
</style>
border-color css
<style>
span { border-color: #A689FE; }
span { border-color: rgb(166,137,254); }
td.TdClassName
{
border-color: #A689FE;
}
.TagClassName
{
border-color: #A689FE;
}
</style>