Shades of Light Slate Blue #A15FFF
Tints of Light Slate Blue #A15FFF
RGB
CMYK
RGB Variations
Color information
#A15FFF (or 0xA15FFF) is known color: Light Slate Blue. HEX triplet: A1, 5F and FF. RGB value is (161,95,255). Sum of RGB (Red+Green+Blue) = 161+95+255=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #A15FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15FFF is #5EA000. Grayscale: #848484. Windows color (decimal): -6201345 or 16736161. OLE color: 16736161.
HSL color Cylindrical-coordinate representation of color #A15FFF: hue angle of 264.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15FFF is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 95 | 255 | - |
| CMYK | 0.37 | 0.63 | 0 | 0 |
| HSL | 264.75º | 1% | 0.69% | - |
| HSV(B) | 264.75º | 0.63% | 1% | - |
| XYZ | 36.84 | 22.98 | 97.1 | - |
| YUV | 132.97 | 196.87 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 255 | 0.37 | 0.63 | 0 | 0 | 264.75 | 1 | 0.69 |
| Hex | A1 | 5F | FF | 25 | 3F | 0 | 0 | 109 | 64 | 45 |
| Octal | 241 | 137 | 377 | 45 | 77 | 0 | 0 | 411 | 144 | 105 |
| Binary | 10100001 | 1011111 | 11111111 | 100101 | 111111 | 0 | 0 | 100001001 | 1100100 | 1000101 |
Color Harmonies of #A15FFF
Complementary color
Monochromatic Colors of #A15FFF
Black with #A15FFF
Text Example
Text Example
White with #A15FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15FFF; }
p { color: rgb(161,95,255); }
H1.HeaderClassName
{
color: #A15FFF;
}
.AnyTagClassName
{
color: #A15FFF;
}
</style>
background-color css
<style>
a { background-color: #A15FFF; }
a { background-color: rgb(161,95,255); }
div.DivClassName
{
background-color: #A15FFF;
}
.BgClassName
{
background-color: #A15FFF;
}
</style>
border-color css
<style>
span { border-color: #A15FFF; }
span { border-color: rgb(161,95,255); }
td.TdClassName
{
border-color: #A15FFF;
}
.TagClassName
{
border-color: #A15FFF;
}
</style>