Shades of Light Slate Blue #A171FF
Tints of Light Slate Blue #A171FF
RGB
CMYK
RGB Variations
Color information
#A171FF (or 0xA171FF) is known color: Light Slate Blue. HEX triplet: A1, 71 and FF. RGB value is (161,113,255). Sum of RGB (Red+Green+Blue) = 161+113+255=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A171FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A171FF is #5E8E00. Grayscale: #8F8F8F. Windows color (decimal): -6196737 or 16740769. OLE color: 16740769.
HSL color Cylindrical-coordinate representation of color #A171FF: hue angle of 260.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A171FF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 113 | 255 | - |
| CMYK | 0.37 | 0.56 | 0 | 0 |
| HSL | 260.28º | 1% | 0.72% | - |
| HSV(B) | 260.28º | 0.56% | 1% | - |
| XYZ | 38.65 | 26.61 | 97.71 | - |
| YUV | 143.54 | 190.9 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 113 | 255 | 0.37 | 0.56 | 0 | 0 | 260.28 | 1 | 0.72 |
| Hex | A1 | 71 | FF | 25 | 38 | 0 | 0 | 104 | 64 | 48 |
| Octal | 241 | 161 | 377 | 45 | 70 | 0 | 0 | 404 | 144 | 110 |
| Binary | 10100001 | 1110001 | 11111111 | 100101 | 111000 | 0 | 0 | 100000100 | 1100100 | 1001000 |
Color Harmonies of #A171FF
Complementary color
Monochromatic Colors of #A171FF
Black with #A171FF
Text Example
Text Example
White with #A171FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A171FF; }
p { color: rgb(161,113,255); }
H1.HeaderClassName
{
color: #A171FF;
}
.AnyTagClassName
{
color: #A171FF;
}
</style>
background-color css
<style>
a { background-color: #A171FF; }
a { background-color: rgb(161,113,255); }
div.DivClassName
{
background-color: #A171FF;
}
.BgClassName
{
background-color: #A171FF;
}
</style>
border-color css
<style>
span { border-color: #A171FF; }
span { border-color: rgb(161,113,255); }
td.TdClassName
{
border-color: #A171FF;
}
.TagClassName
{
border-color: #A171FF;
}
</style>