Shades of Light Slate Blue #A68CFD
Tints of Light Slate Blue #A68CFD
RGB
CMYK
RGB Variations
Color information
#A68CFD (or 0xA68CFD) is known color: Light Slate Blue. HEX triplet: A6, 8C and FD. RGB value is (166,140,253). Sum of RGB (Red+Green+Blue) = 166+140+253=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #A68CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68CFD is #597302. Grayscale: #A0A0A0. Windows color (decimal): -5862147 or 16616614. OLE color: 16616614.
HSL color Cylindrical-coordinate representation of color #A68CFD: hue angle of 253.81º 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 #A68CFD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 140 | 253 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.01 |
| HSL | 253.81º | 0.97% | 0.77% | - |
| HSV(B) | 253.81º | 0.45% | 0.99% | - |
| XYZ | 42.83 | 33.96 | 97.22 | - |
| YUV | 160.66 | 180.11 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 253 | 0.34 | 0.45 | 0 | 0.01 | 253.81 | 0.97 | 0.77 |
| Hex | A6 | 8C | FD | 22 | 2D | 0 | 1 | FE | 61 | 4D |
| Octal | 246 | 214 | 375 | 42 | 55 | 0 | 1 | 376 | 141 | 115 |
| Binary | 10100110 | 10001100 | 11111101 | 100010 | 101101 | 0 | 1 | 11111110 | 1100001 | 1001101 |
Color Harmonies of #A68CFD
Complementary color
Monochromatic Colors of #A68CFD
Black with #A68CFD
Text Example
Text Example
White with #A68CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68CFD; }
p { color: rgb(166,140,253); }
H1.HeaderClassName
{
color: #A68CFD;
}
.AnyTagClassName
{
color: #A68CFD;
}
</style>
background-color css
<style>
a { background-color: #A68CFD; }
a { background-color: rgb(166,140,253); }
div.DivClassName
{
background-color: #A68CFD;
}
.BgClassName
{
background-color: #A68CFD;
}
</style>
border-color css
<style>
span { border-color: #A68CFD; }
span { border-color: rgb(166,140,253); }
td.TdClassName
{
border-color: #A68CFD;
}
.TagClassName
{
border-color: #A68CFD;
}
</style>