Shades of Light Slate Blue #A66EFF
Tints of Light Slate Blue #A66EFF
RGB
CMYK
RGB Variations
Color information
#A66EFF (or 0xA66EFF) is known color: Light Slate Blue. HEX triplet: A6, 6E and FF. RGB value is (166,110,255). Sum of RGB (Red+Green+Blue) = 166+110+255=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A66EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66EFF is #599100. Grayscale: #8E8E8E. Windows color (decimal): -5869825 or 16740006. OLE color: 16740006.
HSL color Cylindrical-coordinate representation of color #A66EFF: hue angle of 263.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66EFF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 110 | 255 | - |
| CMYK | 0.35 | 0.57 | 0 | 0 |
| HSL | 263.17º | 1% | 0.72% | - |
| HSV(B) | 263.17º | 0.57% | 1% | - |
| XYZ | 39.35 | 26.48 | 97.64 | - |
| YUV | 143.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 110 | 255 | 0.35 | 0.57 | 0 | 0 | 263.17 | 1 | 0.72 |
| Hex | A6 | 6E | FF | 23 | 39 | 0 | 0 | 107 | 64 | 48 |
| Octal | 246 | 156 | 377 | 43 | 71 | 0 | 0 | 407 | 144 | 110 |
| Binary | 10100110 | 1101110 | 11111111 | 100011 | 111001 | 0 | 0 | 100000111 | 1100100 | 1001000 |
Color Harmonies of #A66EFF
Complementary color
Monochromatic Colors of #A66EFF
Black with #A66EFF
Text Example
Text Example
White with #A66EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66EFF; }
p { color: rgb(166,110,255); }
H1.HeaderClassName
{
color: #A66EFF;
}
.AnyTagClassName
{
color: #A66EFF;
}
</style>
background-color css
<style>
a { background-color: #A66EFF; }
a { background-color: rgb(166,110,255); }
div.DivClassName
{
background-color: #A66EFF;
}
.BgClassName
{
background-color: #A66EFF;
}
</style>
border-color css
<style>
span { border-color: #A66EFF; }
span { border-color: rgb(166,110,255); }
td.TdClassName
{
border-color: #A66EFF;
}
.TagClassName
{
border-color: #A66EFF;
}
</style>