Shades of Light Slate Blue #A689FF
Tints of Light Slate Blue #A689FF
RGB
CMYK
RGB Variations
Color information
#A689FF (or 0xA689FF) is known color: Light Slate Blue. HEX triplet: A6, 89 and FF. RGB value is (166,137,255). Sum of RGB (Red+Green+Blue) = 166+137+255=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #A689FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689FF is #597600. Grayscale: #9E9E9E. Windows color (decimal): -5862913 or 16746918. OLE color: 16746918.
HSL color Cylindrical-coordinate representation of color #A689FF: hue angle of 254.75º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A689FF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 137 | 255 | - |
| CMYK | 0.35 | 0.46 | 0 | 0 |
| HSL | 254.75º | 1% | 0.77% | - |
| HSV(B) | 254.75º | 0.46% | 1% | - |
| XYZ | 42.72 | 33.22 | 98.77 | - |
| YUV | 159.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 255 | 0.35 | 0.46 | 0 | 0 | 254.75 | 1 | 0.77 |
| Hex | A6 | 89 | FF | 23 | 2E | 0 | 0 | FF | 64 | 4D |
| Octal | 246 | 211 | 377 | 43 | 56 | 0 | 0 | 377 | 144 | 115 |
| Binary | 10100110 | 10001001 | 11111111 | 100011 | 101110 | 0 | 0 | 11111111 | 1100100 | 1001101 |
Color Harmonies of #A689FF
Complementary color
Monochromatic Colors of #A689FF
Black with #A689FF
Text Example
Text Example
White with #A689FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689FF; }
p { color: rgb(166,137,255); }
H1.HeaderClassName
{
color: #A689FF;
}
.AnyTagClassName
{
color: #A689FF;
}
</style>
background-color css
<style>
a { background-color: #A689FF; }
a { background-color: rgb(166,137,255); }
div.DivClassName
{
background-color: #A689FF;
}
.BgClassName
{
background-color: #A689FF;
}
</style>
border-color css
<style>
span { border-color: #A689FF; }
span { border-color: rgb(166,137,255); }
td.TdClassName
{
border-color: #A689FF;
}
.TagClassName
{
border-color: #A689FF;
}
</style>