Shades of Light Slate Blue #A156FE
Tints of Light Slate Blue #A156FE
RGB
CMYK
RGB Variations
Color information
#A156FE (or 0xA156FE) is known color: Light Slate Blue. HEX triplet: A1, 56 and FE. RGB value is (161,86,254). Sum of RGB (Red+Green+Blue) = 161+86+254=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A156FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156FE is #5EA901. Grayscale: #7E7E7E. Windows color (decimal): -6203650 or 16668321. OLE color: 16668321.
HSL color Cylindrical-coordinate representation of color #A156FE: hue angle of 266.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A156FE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 86 | 254 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.00 |
| HSL | 266.79º | 0.99% | 0.67% | - |
| HSV(B) | 266.79º | 0.66% | 1% | - |
| XYZ | 35.92 | 21.39 | 96 | - |
| YUV | 127.58 | 199.35 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 254 | 0.37 | 0.66 | 0 | 0.00 | 266.79 | 0.99 | 0.67 |
| Hex | A1 | 56 | FE | 25 | 42 | 0 | 0 | 10B | 63 | 43 |
| Octal | 241 | 126 | 376 | 45 | 102 | 0 | 0 | 413 | 143 | 103 |
| Binary | 10100001 | 1010110 | 11111110 | 100101 | 1000010 | 0 | 0 | 100001011 | 1100011 | 1000011 |
Color Harmonies of #A156FE
Complementary color
Monochromatic Colors of #A156FE
Black with #A156FE
Text Example
Text Example
White with #A156FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A156FE; }
p { color: rgb(161,86,254); }
H1.HeaderClassName
{
color: #A156FE;
}
.AnyTagClassName
{
color: #A156FE;
}
</style>
background-color css
<style>
a { background-color: #A156FE; }
a { background-color: rgb(161,86,254); }
div.DivClassName
{
background-color: #A156FE;
}
.BgClassName
{
background-color: #A156FE;
}
</style>
border-color css
<style>
span { border-color: #A156FE; }
span { border-color: rgb(161,86,254); }
td.TdClassName
{
border-color: #A156FE;
}
.TagClassName
{
border-color: #A156FE;
}
</style>