Shades of Light Slate Blue #A66FFF
Tints of Light Slate Blue #A66FFF
RGB
CMYK
RGB Variations
Color information
#A66FFF (or 0xA66FFF) is known color: Light Slate Blue. HEX triplet: A6, 6F and FF. RGB value is (166,111,255). Sum of RGB (Red+Green+Blue) = 166+111+255=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #A66FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66FFF is #599000. Grayscale: #8F8F8F. Windows color (decimal): -5869569 or 16740262. OLE color: 16740262.
HSL color Cylindrical-coordinate representation of color #A66FFF: hue angle of 262.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A66FFF is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 111 | 255 | - |
| CMYK | 0.35 | 0.56 | 0 | 0 |
| HSL | 262.92º | 1% | 0.72% | - |
| HSV(B) | 262.92º | 0.56% | 1% | - |
| XYZ | 39.46 | 26.7 | 97.68 | - |
| YUV | 143.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 255 | 0.35 | 0.56 | 0 | 0 | 262.92 | 1 | 0.72 |
| Hex | A6 | 6F | FF | 23 | 38 | 0 | 0 | 107 | 64 | 48 |
| Octal | 246 | 157 | 377 | 43 | 70 | 0 | 0 | 407 | 144 | 110 |
| Binary | 10100110 | 1101111 | 11111111 | 100011 | 111000 | 0 | 0 | 100000111 | 1100100 | 1001000 |
Color Harmonies of #A66FFF
Complementary color
Monochromatic Colors of #A66FFF
Black with #A66FFF
Text Example
Text Example
White with #A66FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66FFF; }
p { color: rgb(166,111,255); }
H1.HeaderClassName
{
color: #A66FFF;
}
.AnyTagClassName
{
color: #A66FFF;
}
</style>
background-color css
<style>
a { background-color: #A66FFF; }
a { background-color: rgb(166,111,255); }
div.DivClassName
{
background-color: #A66FFF;
}
.BgClassName
{
background-color: #A66FFF;
}
</style>
border-color css
<style>
span { border-color: #A66FFF; }
span { border-color: rgb(166,111,255); }
td.TdClassName
{
border-color: #A66FFF;
}
.TagClassName
{
border-color: #A66FFF;
}
</style>