Shades of Light Slate Blue #A68BFD
Tints of Light Slate Blue #A68BFD
RGB
CMYK
RGB Variations
Color information
#A68BFD (or 0xA68BFD) is known color: Light Slate Blue. HEX triplet: A6, 8B and FD. RGB value is (166,139,253). Sum of RGB (Red+Green+Blue) = 166+139+253=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A68BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68BFD is #597402. Grayscale: #9F9F9F. Windows color (decimal): -5862403 or 16616358. OLE color: 16616358.
HSL color Cylindrical-coordinate representation of color #A68BFD: hue angle of 254.21º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A68BFD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 139 | 253 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.01 |
| HSL | 254.21º | 0.97% | 0.77% | - |
| HSV(B) | 254.21º | 0.45% | 0.99% | - |
| XYZ | 42.69 | 33.66 | 97.18 | - |
| YUV | 160.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 253 | 0.34 | 0.45 | 0 | 0.01 | 254.21 | 0.97 | 0.77 |
| Hex | A6 | 8B | FD | 22 | 2D | 0 | 1 | FE | 61 | 4D |
| Octal | 246 | 213 | 375 | 42 | 55 | 0 | 1 | 376 | 141 | 115 |
| Binary | 10100110 | 10001011 | 11111101 | 100010 | 101101 | 0 | 1 | 11111110 | 1100001 | 1001101 |
Color Harmonies of #A68BFD
Complementary color
Monochromatic Colors of #A68BFD
Black with #A68BFD
Text Example
Text Example
White with #A68BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68BFD; }
p { color: rgb(166,139,253); }
H1.HeaderClassName
{
color: #A68BFD;
}
.AnyTagClassName
{
color: #A68BFD;
}
</style>
background-color css
<style>
a { background-color: #A68BFD; }
a { background-color: rgb(166,139,253); }
div.DivClassName
{
background-color: #A68BFD;
}
.BgClassName
{
background-color: #A68BFD;
}
</style>
border-color css
<style>
span { border-color: #A68BFD; }
span { border-color: rgb(166,139,253); }
td.TdClassName
{
border-color: #A68BFD;
}
.TagClassName
{
border-color: #A68BFD;
}
</style>