Shades of Light Slate Blue #A15EFF
Tints of Light Slate Blue #A15EFF
RGB
CMYK
RGB Variations
Color information
#A15EFF (or 0xA15EFF) is known color: Light Slate Blue. HEX triplet: A1, 5E and FF. RGB value is (161,94,255). Sum of RGB (Red+Green+Blue) = 161+94+255=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #A15EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15EFF is #5EA100. Grayscale: #838383. Windows color (decimal): -6201601 or 16735905. OLE color: 16735905.
HSL color Cylindrical-coordinate representation of color #A15EFF: hue angle of 264.97º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15EFF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 94 | 255 | - |
| CMYK | 0.37 | 0.63 | 0 | 0 |
| HSL | 264.97º | 1% | 0.68% | - |
| HSV(B) | 264.97º | 0.63% | 1% | - |
| XYZ | 36.75 | 22.8 | 97.07 | - |
| YUV | 132.39 | 197.2 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 94 | 255 | 0.37 | 0.63 | 0 | 0 | 264.97 | 1 | 0.68 |
| Hex | A1 | 5E | FF | 25 | 3F | 0 | 0 | 109 | 64 | 44 |
| Octal | 241 | 136 | 377 | 45 | 77 | 0 | 0 | 411 | 144 | 104 |
| Binary | 10100001 | 1011110 | 11111111 | 100101 | 111111 | 0 | 0 | 100001001 | 1100100 | 1000100 |
Color Harmonies of #A15EFF
Complementary color
Monochromatic Colors of #A15EFF
Black with #A15EFF
Text Example
Text Example
White with #A15EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15EFF; }
p { color: rgb(161,94,255); }
H1.HeaderClassName
{
color: #A15EFF;
}
.AnyTagClassName
{
color: #A15EFF;
}
</style>
background-color css
<style>
a { background-color: #A15EFF; }
a { background-color: rgb(161,94,255); }
div.DivClassName
{
background-color: #A15EFF;
}
.BgClassName
{
background-color: #A15EFF;
}
</style>
border-color css
<style>
span { border-color: #A15EFF; }
span { border-color: rgb(161,94,255); }
td.TdClassName
{
border-color: #A15EFF;
}
.TagClassName
{
border-color: #A15EFF;
}
</style>