Shades of Light Slate Blue #A68CFE
Tints of Light Slate Blue #A68CFE
RGB
CMYK
RGB Variations
Color information
#A68CFE (or 0xA68CFE) is known color: Light Slate Blue. HEX triplet: A6, 8C and FE. RGB value is (166,140,254). Sum of RGB (Red+Green+Blue) = 166+140+254=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A68CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CFE is #597301. Grayscale: #A0A0A0. Windows color (decimal): -5862146 or 16682150. OLE color: 16682150.
HSL color Cylindrical-coordinate representation of color #A68CFE: hue angle of 253.68º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A68CFE is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 140 | 254 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.00 |
| HSL | 253.68º | 0.98% | 0.77% | - |
| HSV(B) | 253.68º | 0.45% | 1% | - |
| XYZ | 42.99 | 34.02 | 98.07 | - |
| YUV | 160.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 254 | 0.35 | 0.45 | 0 | 0.00 | 253.68 | 0.98 | 0.77 |
| Hex | A6 | 8C | FE | 23 | 2D | 0 | 0 | FE | 62 | 4D |
| Octal | 246 | 214 | 376 | 43 | 55 | 0 | 0 | 376 | 142 | 115 |
| Binary | 10100110 | 10001100 | 11111110 | 100011 | 101101 | 0 | 0 | 11111110 | 1100010 | 1001101 |
Color Harmonies of #A68CFE
Complementary color
Monochromatic Colors of #A68CFE
Black with #A68CFE
Text Example
Text Example
White with #A68CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CFE; }
p { color: rgb(166,140,254); }
H1.HeaderClassName
{
color: #A68CFE;
}
.AnyTagClassName
{
color: #A68CFE;
}
</style>
background-color css
<style>
a { background-color: #A68CFE; }
a { background-color: rgb(166,140,254); }
div.DivClassName
{
background-color: #A68CFE;
}
.BgClassName
{
background-color: #A68CFE;
}
</style>
border-color css
<style>
span { border-color: #A68CFE; }
span { border-color: rgb(166,140,254); }
td.TdClassName
{
border-color: #A68CFE;
}
.TagClassName
{
border-color: #A68CFE;
}
</style>