Shades of Light Slate Blue #A68DFF
Tints of Light Slate Blue #A68DFF
RGB
CMYK
RGB Variations
Color information
#A68DFF (or 0xA68DFF) is known color: Light Slate Blue. HEX triplet: A6, 8D and FF. RGB value is (166,141,255). Sum of RGB (Red+Green+Blue) = 166+141+255=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #A68DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68DFF is #597200. Grayscale: #A1A1A1. Windows color (decimal): -5861889 or 16747942. OLE color: 16747942.
HSL color Cylindrical-coordinate representation of color #A68DFF: hue angle of 253.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A68DFF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 141 | 255 | - |
| CMYK | 0.35 | 0.45 | 0 | 0 |
| HSL | 253.16º | 1% | 0.78% | - |
| HSV(B) | 253.16º | 0.45% | 1% | - |
| XYZ | 43.3 | 34.38 | 98.96 | - |
| YUV | 161.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 255 | 0.35 | 0.45 | 0 | 0 | 253.16 | 1 | 0.78 |
| Hex | A6 | 8D | FF | 23 | 2D | 0 | 0 | FD | 64 | 4E |
| Octal | 246 | 215 | 377 | 43 | 55 | 0 | 0 | 375 | 144 | 116 |
| Binary | 10100110 | 10001101 | 11111111 | 100011 | 101101 | 0 | 0 | 11111101 | 1100100 | 1001110 |
Color Harmonies of #A68DFF
Complementary color
Monochromatic Colors of #A68DFF
Black with #A68DFF
Text Example
Text Example
White with #A68DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68DFF; }
p { color: rgb(166,141,255); }
H1.HeaderClassName
{
color: #A68DFF;
}
.AnyTagClassName
{
color: #A68DFF;
}
</style>
background-color css
<style>
a { background-color: #A68DFF; }
a { background-color: rgb(166,141,255); }
div.DivClassName
{
background-color: #A68DFF;
}
.BgClassName
{
background-color: #A68DFF;
}
</style>
border-color css
<style>
span { border-color: #A68DFF; }
span { border-color: rgb(166,141,255); }
td.TdClassName
{
border-color: #A68DFF;
}
.TagClassName
{
border-color: #A68DFF;
}
</style>