Shades of Light Slate Blue #A68DFC
Tints of Light Slate Blue #A68DFC
RGB
CMYK
RGB Variations
Color information
#A68DFC (or 0xA68DFC) is known color: Light Slate Blue. HEX triplet: A6, 8D and FC. RGB value is (166,141,252). Sum of RGB (Red+Green+Blue) = 166+141+252=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A68DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DFC is #597203. Grayscale: #A0A0A0. Windows color (decimal): -5861892 or 16551334. OLE color: 16551334.
HSL color Cylindrical-coordinate representation of color #A68DFC: hue angle of 253.51º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68DFC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 141 | 252 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.01 |
| HSL | 253.51º | 0.95% | 0.77% | - |
| HSV(B) | 253.51º | 0.44% | 0.99% | - |
| XYZ | 42.82 | 34.19 | 96.44 | - |
| YUV | 161.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 252 | 0.34 | 0.44 | 0 | 0.01 | 253.51 | 0.95 | 0.77 |
| Hex | A6 | 8D | FC | 22 | 2C | 0 | 1 | FE | 5F | 4D |
| Octal | 246 | 215 | 374 | 42 | 54 | 0 | 1 | 376 | 137 | 115 |
| Binary | 10100110 | 10001101 | 11111100 | 100010 | 101100 | 0 | 1 | 11111110 | 1011111 | 1001101 |
Color Harmonies of #A68DFC
Complementary color
Monochromatic Colors of #A68DFC
Black with #A68DFC
Text Example
Text Example
White with #A68DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DFC; }
p { color: rgb(166,141,252); }
H1.HeaderClassName
{
color: #A68DFC;
}
.AnyTagClassName
{
color: #A68DFC;
}
</style>
background-color css
<style>
a { background-color: #A68DFC; }
a { background-color: rgb(166,141,252); }
div.DivClassName
{
background-color: #A68DFC;
}
.BgClassName
{
background-color: #A68DFC;
}
</style>
border-color css
<style>
span { border-color: #A68DFC; }
span { border-color: rgb(166,141,252); }
td.TdClassName
{
border-color: #A68DFC;
}
.TagClassName
{
border-color: #A68DFC;
}
</style>