Shades of Light Slate Blue #A68EFF
Tints of Light Slate Blue #A68EFF
RGB
CMYK
RGB Variations
Color information
#A68EFF (or 0xA68EFF) is known color: Light Slate Blue. HEX triplet: A6, 8E and FF. RGB value is (166,142,255). Sum of RGB (Red+Green+Blue) = 166+142+255=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A68EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EFF is #597100. Grayscale: #A1A1A1. Windows color (decimal): -5861633 or 16748198. OLE color: 16748198.
HSL color Cylindrical-coordinate representation of color #A68EFF: hue angle of 252.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68EFF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 142 | 255 | - |
| CMYK | 0.35 | 0.44 | 0 | 0 |
| HSL | 252.74º | 1% | 0.78% | - |
| HSV(B) | 252.74º | 0.44% | 1% | - |
| XYZ | 43.45 | 34.67 | 99.01 | - |
| YUV | 162.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 255 | 0.35 | 0.44 | 0 | 0 | 252.74 | 1 | 0.78 |
| Hex | A6 | 8E | FF | 23 | 2C | 0 | 0 | FD | 64 | 4E |
| Octal | 246 | 216 | 377 | 43 | 54 | 0 | 0 | 375 | 144 | 116 |
| Binary | 10100110 | 10001110 | 11111111 | 100011 | 101100 | 0 | 0 | 11111101 | 1100100 | 1001110 |
Color Harmonies of #A68EFF
Complementary color
Monochromatic Colors of #A68EFF
Black with #A68EFF
Text Example
Text Example
White with #A68EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EFF; }
p { color: rgb(166,142,255); }
H1.HeaderClassName
{
color: #A68EFF;
}
.AnyTagClassName
{
color: #A68EFF;
}
</style>
background-color css
<style>
a { background-color: #A68EFF; }
a { background-color: rgb(166,142,255); }
div.DivClassName
{
background-color: #A68EFF;
}
.BgClassName
{
background-color: #A68EFF;
}
</style>
border-color css
<style>
span { border-color: #A68EFF; }
span { border-color: rgb(166,142,255); }
td.TdClassName
{
border-color: #A68EFF;
}
.TagClassName
{
border-color: #A68EFF;
}
</style>