Shades of Light Slate Blue #A68DFD
Tints of Light Slate Blue #A68DFD
RGB
CMYK
RGB Variations
Color information
#A68DFD (or 0xA68DFD) is known color: Light Slate Blue. HEX triplet: A6, 8D and FD. RGB value is (166,141,253). Sum of RGB (Red+Green+Blue) = 166+141+253=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #A68DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DFD is #597202. Grayscale: #A0A0A0. Windows color (decimal): -5861891 or 16616870. OLE color: 16616870.
HSL color Cylindrical-coordinate representation of color #A68DFD: hue angle of 253.39º degrees, saturation: 0.97, 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 #A68DFD is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 141 | 253 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.01 |
| HSL | 253.39º | 0.97% | 0.77% | - |
| HSV(B) | 253.39º | 0.44% | 0.99% | - |
| XYZ | 42.98 | 34.25 | 97.27 | - |
| YUV | 161.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 253 | 0.34 | 0.44 | 0 | 0.01 | 253.39 | 0.97 | 0.77 |
| Hex | A6 | 8D | FD | 22 | 2C | 0 | 1 | FD | 61 | 4D |
| Octal | 246 | 215 | 375 | 42 | 54 | 0 | 1 | 375 | 141 | 115 |
| Binary | 10100110 | 10001101 | 11111101 | 100010 | 101100 | 0 | 1 | 11111101 | 1100001 | 1001101 |
Color Harmonies of #A68DFD
Complementary color
Monochromatic Colors of #A68DFD
Black with #A68DFD
Text Example
Text Example
White with #A68DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DFD; }
p { color: rgb(166,141,253); }
H1.HeaderClassName
{
color: #A68DFD;
}
.AnyTagClassName
{
color: #A68DFD;
}
</style>
background-color css
<style>
a { background-color: #A68DFD; }
a { background-color: rgb(166,141,253); }
div.DivClassName
{
background-color: #A68DFD;
}
.BgClassName
{
background-color: #A68DFD;
}
</style>
border-color css
<style>
span { border-color: #A68DFD; }
span { border-color: rgb(166,141,253); }
td.TdClassName
{
border-color: #A68DFD;
}
.TagClassName
{
border-color: #A68DFD;
}
</style>