Shades of Light Slate Blue #A68BFE
Tints of Light Slate Blue #A68BFE
RGB
CMYK
RGB Variations
Color information
#A68BFE (or 0xA68BFE) is known color: Light Slate Blue. HEX triplet: A6, 8B and FE. RGB value is (166,139,254). Sum of RGB (Red+Green+Blue) = 166+139+254=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #A68BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BFE is #597401. Grayscale: #9F9F9F. Windows color (decimal): -5862402 or 16681894. OLE color: 16681894.
HSL color Cylindrical-coordinate representation of color #A68BFE: hue angle of 254.09º 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 #A68BFE is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 139 | 254 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.00 |
| HSL | 254.09º | 0.98% | 0.77% | - |
| HSV(B) | 254.09º | 0.45% | 1% | - |
| XYZ | 42.85 | 33.73 | 98.02 | - |
| YUV | 160.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 254 | 0.35 | 0.45 | 0 | 0.00 | 254.09 | 0.98 | 0.77 |
| Hex | A6 | 8B | FE | 23 | 2D | 0 | 0 | FE | 62 | 4D |
| Octal | 246 | 213 | 376 | 43 | 55 | 0 | 0 | 376 | 142 | 115 |
| Binary | 10100110 | 10001011 | 11111110 | 100011 | 101101 | 0 | 0 | 11111110 | 1100010 | 1001101 |
Color Harmonies of #A68BFE
Complementary color
Monochromatic Colors of #A68BFE
Black with #A68BFE
Text Example
Text Example
White with #A68BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BFE; }
p { color: rgb(166,139,254); }
H1.HeaderClassName
{
color: #A68BFE;
}
.AnyTagClassName
{
color: #A68BFE;
}
</style>
background-color css
<style>
a { background-color: #A68BFE; }
a { background-color: rgb(166,139,254); }
div.DivClassName
{
background-color: #A68BFE;
}
.BgClassName
{
background-color: #A68BFE;
}
</style>
border-color css
<style>
span { border-color: #A68BFE; }
span { border-color: rgb(166,139,254); }
td.TdClassName
{
border-color: #A68BFE;
}
.TagClassName
{
border-color: #A68BFE;
}
</style>