Shades of Light Slate Blue #A17FFA
Tints of Light Slate Blue #A17FFA
RGB
CMYK
RGB Variations
Color information
#A17FFA (or 0xA17FFA) is known color: Light Slate Blue. HEX triplet: A1, 7F and FA. RGB value is (161,127,250). Sum of RGB (Red+Green+Blue) = 161+127+250=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #A17FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFA is #5E8005. Grayscale: #969696. Windows color (decimal): -6193158 or 16416673. OLE color: 16416673.
HSL color Cylindrical-coordinate representation of color #A17FFA: hue angle of 256.59º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17FFA is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 127 | 250 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.02 |
| HSL | 256.59º | 0.92% | 0.74% | - |
| HSV(B) | 256.59º | 0.49% | 0.98% | - |
| XYZ | 39.54 | 29.66 | 94.08 | - |
| YUV | 151.19 | 183.76 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 250 | 0.36 | 0.49 | 0 | 0.02 | 256.59 | 0.92 | 0.74 |
| Hex | A1 | 7F | FA | 24 | 31 | 0 | 2 | 101 | 5C | 4A |
| Octal | 241 | 177 | 372 | 44 | 61 | 0 | 2 | 401 | 134 | 112 |
| Binary | 10100001 | 1111111 | 11111010 | 100100 | 110001 | 0 | 10 | 100000001 | 1011100 | 1001010 |
Color Harmonies of #A17FFA
Complementary color
Monochromatic Colors of #A17FFA
Black with #A17FFA
Text Example
Text Example
White with #A17FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FFA; }
p { color: rgb(161,127,250); }
H1.HeaderClassName
{
color: #A17FFA;
}
.AnyTagClassName
{
color: #A17FFA;
}
</style>
background-color css
<style>
a { background-color: #A17FFA; }
a { background-color: rgb(161,127,250); }
div.DivClassName
{
background-color: #A17FFA;
}
.BgClassName
{
background-color: #A17FFA;
}
</style>
border-color css
<style>
span { border-color: #A17FFA; }
span { border-color: rgb(161,127,250); }
td.TdClassName
{
border-color: #A17FFA;
}
.TagClassName
{
border-color: #A17FFA;
}
</style>