Shades of Light Slate Blue #A68CFF
Tints of Light Slate Blue #A68CFF
RGB
CMYK
RGB Variations
Color information
#A68CFF (or 0xA68CFF) is known color: Light Slate Blue. HEX triplet: A6, 8C and FF. RGB value is (166,140,255). Sum of RGB (Red+Green+Blue) = 166+140+255=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A68CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CFF is #597300. Grayscale: #A0A0A0. Windows color (decimal): -5862145 or 16747686. OLE color: 16747686.
HSL color Cylindrical-coordinate representation of color #A68CFF: hue angle of 253.57º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A68CFF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 140 | 255 | - |
| CMYK | 0.35 | 0.45 | 0 | 0 |
| HSL | 253.57º | 1% | 0.77% | - |
| HSV(B) | 253.57º | 0.45% | 1% | - |
| XYZ | 43.15 | 34.08 | 98.91 | - |
| YUV | 160.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 255 | 0.35 | 0.45 | 0 | 0 | 253.57 | 1 | 0.77 |
| Hex | A6 | 8C | FF | 23 | 2D | 0 | 0 | FE | 64 | 4D |
| Octal | 246 | 214 | 377 | 43 | 55 | 0 | 0 | 376 | 144 | 115 |
| Binary | 10100110 | 10001100 | 11111111 | 100011 | 101101 | 0 | 0 | 11111110 | 1100100 | 1001101 |
Color Harmonies of #A68CFF
Complementary color
Monochromatic Colors of #A68CFF
Black with #A68CFF
Text Example
Text Example
White with #A68CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CFF; }
p { color: rgb(166,140,255); }
H1.HeaderClassName
{
color: #A68CFF;
}
.AnyTagClassName
{
color: #A68CFF;
}
</style>
background-color css
<style>
a { background-color: #A68CFF; }
a { background-color: rgb(166,140,255); }
div.DivClassName
{
background-color: #A68CFF;
}
.BgClassName
{
background-color: #A68CFF;
}
</style>
border-color css
<style>
span { border-color: #A68CFF; }
span { border-color: rgb(166,140,255); }
td.TdClassName
{
border-color: #A68CFF;
}
.TagClassName
{
border-color: #A68CFF;
}
</style>