Shades of Light Slate Blue #A689FC
Tints of Light Slate Blue #A689FC
RGB
CMYK
RGB Variations
Color information
#A689FC (or 0xA689FC) is known color: Light Slate Blue. HEX triplet: A6, 89 and FC. RGB value is (166,137,252). Sum of RGB (Red+Green+Blue) = 166+137+252=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 137 (53.91% from 255 or 24.68% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #A689FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689FC is #597603. Grayscale: #9E9E9E. Windows color (decimal): -5862916 or 16550310. OLE color: 16550310.
HSL color Cylindrical-coordinate representation of color #A689FC: hue angle of 255.13º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A689FC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 137 | 252 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.01 |
| HSL | 255.13º | 0.95% | 0.76% | - |
| HSV(B) | 255.13º | 0.46% | 0.99% | - |
| XYZ | 42.24 | 33.03 | 96.24 | - |
| YUV | 158.78 | 180.61 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 137 | 252 | 0.34 | 0.46 | 0 | 0.01 | 255.13 | 0.95 | 0.76 |
| Hex | A6 | 89 | FC | 22 | 2E | 0 | 1 | FF | 5F | 4C |
| Octal | 246 | 211 | 374 | 42 | 56 | 0 | 1 | 377 | 137 | 114 |
| Binary | 10100110 | 10001001 | 11111100 | 100010 | 101110 | 0 | 1 | 11111111 | 1011111 | 1001100 |
Color Harmonies of #A689FC
Complementary color
Monochromatic Colors of #A689FC
Black with #A689FC
Text Example
Text Example
White with #A689FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A689FC; }
p { color: rgb(166,137,252); }
H1.HeaderClassName
{
color: #A689FC;
}
.AnyTagClassName
{
color: #A689FC;
}
</style>
background-color css
<style>
a { background-color: #A689FC; }
a { background-color: rgb(166,137,252); }
div.DivClassName
{
background-color: #A689FC;
}
.BgClassName
{
background-color: #A689FC;
}
</style>
border-color css
<style>
span { border-color: #A689FC; }
span { border-color: rgb(166,137,252); }
td.TdClassName
{
border-color: #A689FC;
}
.TagClassName
{
border-color: #A689FC;
}
</style>