Shades of Light Slate Blue #A66BFF
Tints of Light Slate Blue #A66BFF
RGB
CMYK
RGB Variations
Color information
#A66BFF (or 0xA66BFF) is known color: Light Slate Blue. HEX triplet: A6, 6B and FF. RGB value is (166,107,255). Sum of RGB (Red+Green+Blue) = 166+107+255=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #A66BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66BFF is #599400. Grayscale: #8C8C8C. Windows color (decimal): -5870593 or 16739238. OLE color: 16739238.
HSL color Cylindrical-coordinate representation of color #A66BFF: hue angle of 263.92º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A66BFF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 107 | 255 | - |
| CMYK | 0.35 | 0.58 | 0 | 0 |
| HSL | 263.92º | 1% | 0.71% | - |
| HSV(B) | 263.92º | 0.58% | 1% | - |
| XYZ | 39.03 | 25.84 | 97.54 | - |
| YUV | 141.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 107 | 255 | 0.35 | 0.58 | 0 | 0 | 263.92 | 1 | 0.71 |
| Hex | A6 | 6B | FF | 23 | 3A | 0 | 0 | 108 | 64 | 47 |
| Octal | 246 | 153 | 377 | 43 | 72 | 0 | 0 | 410 | 144 | 107 |
| Binary | 10100110 | 1101011 | 11111111 | 100011 | 111010 | 0 | 0 | 100001000 | 1100100 | 1000111 |
Color Harmonies of #A66BFF
Complementary color
Monochromatic Colors of #A66BFF
Black with #A66BFF
Text Example
Text Example
White with #A66BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66BFF; }
p { color: rgb(166,107,255); }
H1.HeaderClassName
{
color: #A66BFF;
}
.AnyTagClassName
{
color: #A66BFF;
}
</style>
background-color css
<style>
a { background-color: #A66BFF; }
a { background-color: rgb(166,107,255); }
div.DivClassName
{
background-color: #A66BFF;
}
.BgClassName
{
background-color: #A66BFF;
}
</style>
border-color css
<style>
span { border-color: #A66BFF; }
span { border-color: rgb(166,107,255); }
td.TdClassName
{
border-color: #A66BFF;
}
.TagClassName
{
border-color: #A66BFF;
}
</style>