Shades of Light Slate Blue #A68EFD
Tints of Light Slate Blue #A68EFD
RGB
CMYK
RGB Variations
Color information
#A68EFD (or 0xA68EFD) is known color: Light Slate Blue. HEX triplet: A6, 8E and FD. RGB value is (166,142,253). Sum of RGB (Red+Green+Blue) = 166+142+253=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #A68EFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68EFD is #597102. Grayscale: #A1A1A1. Windows color (decimal): -5861635 or 16617126. OLE color: 16617126.
HSL color Cylindrical-coordinate representation of color #A68EFD: hue angle of 252.97º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68EFD is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 142 | 253 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.01 |
| HSL | 252.97º | 0.97% | 0.77% | - |
| HSV(B) | 252.97º | 0.44% | 0.99% | - |
| XYZ | 43.13 | 34.54 | 97.32 | - |
| YUV | 161.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 142 | 253 | 0.34 | 0.44 | 0 | 0.01 | 252.97 | 0.97 | 0.77 |
| Hex | A6 | 8E | FD | 22 | 2C | 0 | 1 | FD | 61 | 4D |
| Octal | 246 | 216 | 375 | 42 | 54 | 0 | 1 | 375 | 141 | 115 |
| Binary | 10100110 | 10001110 | 11111101 | 100010 | 101100 | 0 | 1 | 11111101 | 1100001 | 1001101 |
Color Harmonies of #A68EFD
Complementary color
Monochromatic Colors of #A68EFD
Black with #A68EFD
Text Example
Text Example
White with #A68EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68EFD; }
p { color: rgb(166,142,253); }
H1.HeaderClassName
{
color: #A68EFD;
}
.AnyTagClassName
{
color: #A68EFD;
}
</style>
background-color css
<style>
a { background-color: #A68EFD; }
a { background-color: rgb(166,142,253); }
div.DivClassName
{
background-color: #A68EFD;
}
.BgClassName
{
background-color: #A68EFD;
}
</style>
border-color css
<style>
span { border-color: #A68EFD; }
span { border-color: rgb(166,142,253); }
td.TdClassName
{
border-color: #A68EFD;
}
.TagClassName
{
border-color: #A68EFD;
}
</style>