Shades of Light Slate Blue #A56DFE
Tints of Light Slate Blue #A56DFE
RGB
CMYK
RGB Variations
Color information
#A56DFE (or 0xA56DFE) is known color: Light Slate Blue. HEX triplet: A5, 6D and FE. RGB value is (165,109,254). Sum of RGB (Red+Green+Blue) = 165+109+254=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #A56DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A56DFE is #5A9201. Grayscale: #8D8D8D. Windows color (decimal): -5935618 or 16674213. OLE color: 16674213.
HSL color Cylindrical-coordinate representation of color #A56DFE: hue angle of 263.17º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56DFE is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 109 | 254 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.00 |
| HSL | 263.17º | 0.99% | 0.71% | - |
| HSV(B) | 263.17º | 0.57% | 1% | - |
| XYZ | 38.88 | 26.09 | 96.75 | - |
| YUV | 142.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 254 | 0.35 | 0.57 | 0 | 0.00 | 263.17 | 0.99 | 0.71 |
| Hex | A5 | 6D | FE | 23 | 39 | 0 | 0 | 107 | 63 | 47 |
| Octal | 245 | 155 | 376 | 43 | 71 | 0 | 0 | 407 | 143 | 107 |
| Binary | 10100101 | 1101101 | 11111110 | 100011 | 111001 | 0 | 0 | 100000111 | 1100011 | 1000111 |
Color Harmonies of #A56DFE
Complementary color
Monochromatic Colors of #A56DFE
Black with #A56DFE
Text Example
Text Example
White with #A56DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56DFE; }
p { color: rgb(165,109,254); }
H1.HeaderClassName
{
color: #A56DFE;
}
.AnyTagClassName
{
color: #A56DFE;
}
</style>
background-color css
<style>
a { background-color: #A56DFE; }
a { background-color: rgb(165,109,254); }
div.DivClassName
{
background-color: #A56DFE;
}
.BgClassName
{
background-color: #A56DFE;
}
</style>
border-color css
<style>
span { border-color: #A56DFE; }
span { border-color: rgb(165,109,254); }
td.TdClassName
{
border-color: #A56DFE;
}
.TagClassName
{
border-color: #A56DFE;
}
</style>