Shades of Light Slate Blue #A17FFF
Tints of Light Slate Blue #A17FFF
RGB
CMYK
RGB Variations
Color information
#A17FFF (or 0xA17FFF) is known color: Light Slate Blue. HEX triplet: A1, 7F and FF. RGB value is (161,127,255). Sum of RGB (Red+Green+Blue) = 161+127+255=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A17FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFF is #5E8000. Grayscale: #979797. Windows color (decimal): -6193153 or 16744353. OLE color: 16744353.
HSL color Cylindrical-coordinate representation of color #A17FFF: hue angle of 255.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17FFF is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 127 | 255 | - |
| CMYK | 0.37 | 0.50 | 0 | 0 |
| HSL | 255.94º | 1% | 0.75% | - |
| HSV(B) | 255.94º | 0.5% | 1% | - |
| XYZ | 40.34 | 29.98 | 98.27 | - |
| YUV | 151.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 255 | 0.37 | 0.50 | 0 | 0 | 255.94 | 1 | 0.75 |
| Hex | A1 | 7F | FF | 25 | 32 | 0 | 0 | 100 | 64 | 4B |
| Octal | 241 | 177 | 377 | 45 | 62 | 0 | 0 | 400 | 144 | 113 |
| Binary | 10100001 | 1111111 | 11111111 | 100101 | 110010 | 0 | 0 | 100000000 | 1100100 | 1001011 |
Color Harmonies of #A17FFF
Complementary color
Monochromatic Colors of #A17FFF
Black with #A17FFF
Text Example
Text Example
White with #A17FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FFF; }
p { color: rgb(161,127,255); }
H1.HeaderClassName
{
color: #A17FFF;
}
.AnyTagClassName
{
color: #A17FFF;
}
</style>
background-color css
<style>
a { background-color: #A17FFF; }
a { background-color: rgb(161,127,255); }
div.DivClassName
{
background-color: #A17FFF;
}
.BgClassName
{
background-color: #A17FFF;
}
</style>
border-color css
<style>
span { border-color: #A17FFF; }
span { border-color: rgb(161,127,255); }
td.TdClassName
{
border-color: #A17FFF;
}
.TagClassName
{
border-color: #A17FFF;
}
</style>