Shades of Light Slate Blue #A68DFE
Tints of Light Slate Blue #A68DFE
RGB
CMYK
RGB Variations
Color information
#A68DFE (or 0xA68DFE) is known color: Light Slate Blue. HEX triplet: A6, 8D and FE. RGB value is (166,141,254). Sum of RGB (Red+Green+Blue) = 166+141+254=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #A68DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DFE is #597201. Grayscale: #A0A0A0. Windows color (decimal): -5861890 or 16682406. OLE color: 16682406.
HSL color Cylindrical-coordinate representation of color #A68DFE: hue angle of 253.27º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68DFE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 141 | 254 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.00 |
| HSL | 253.27º | 0.98% | 0.77% | - |
| HSV(B) | 253.27º | 0.44% | 1% | - |
| XYZ | 43.14 | 34.31 | 98.12 | - |
| YUV | 161.36 | 180.28 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 254 | 0.35 | 0.44 | 0 | 0.00 | 253.27 | 0.98 | 0.77 |
| Hex | A6 | 8D | FE | 23 | 2C | 0 | 0 | FD | 62 | 4D |
| Octal | 246 | 215 | 376 | 43 | 54 | 0 | 0 | 375 | 142 | 115 |
| Binary | 10100110 | 10001101 | 11111110 | 100011 | 101100 | 0 | 0 | 11111101 | 1100010 | 1001101 |
Color Harmonies of #A68DFE
Complementary color
Monochromatic Colors of #A68DFE
Black with #A68DFE
Text Example
Text Example
White with #A68DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DFE; }
p { color: rgb(166,141,254); }
H1.HeaderClassName
{
color: #A68DFE;
}
.AnyTagClassName
{
color: #A68DFE;
}
</style>
background-color css
<style>
a { background-color: #A68DFE; }
a { background-color: rgb(166,141,254); }
div.DivClassName
{
background-color: #A68DFE;
}
.BgClassName
{
background-color: #A68DFE;
}
</style>
border-color css
<style>
span { border-color: #A68DFE; }
span { border-color: rgb(166,141,254); }
td.TdClassName
{
border-color: #A68DFE;
}
.TagClassName
{
border-color: #A68DFE;
}
</style>