Shades of Light Slate Blue #A17FFD
Tints of Light Slate Blue #A17FFD
RGB
CMYK
RGB Variations
Color information
#A17FFD (or 0xA17FFD) is known color: Light Slate Blue. HEX triplet: A1, 7F and FD. RGB value is (161,127,253). Sum of RGB (Red+Green+Blue) = 161+127+253=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #A17FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFD is #5E8002. Grayscale: #979797. Windows color (decimal): -6193155 or 16613281. OLE color: 16613281.
HSL color Cylindrical-coordinate representation of color #A17FFD: hue angle of 256.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17FFD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 127 | 253 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.01 |
| HSL | 256.19º | 0.97% | 0.75% | - |
| HSV(B) | 256.19º | 0.5% | 0.99% | - |
| XYZ | 40.02 | 29.85 | 96.58 | - |
| YUV | 151.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 127 | 253 | 0.36 | 0.50 | 0 | 0.01 | 256.19 | 0.97 | 0.75 |
| Hex | A1 | 7F | FD | 24 | 32 | 0 | 1 | 100 | 61 | 4B |
| Octal | 241 | 177 | 375 | 44 | 62 | 0 | 1 | 400 | 141 | 113 |
| Binary | 10100001 | 1111111 | 11111101 | 100100 | 110010 | 0 | 1 | 100000000 | 1100001 | 1001011 |
Color Harmonies of #A17FFD
Complementary color
Monochromatic Colors of #A17FFD
Black with #A17FFD
Text Example
Text Example
White with #A17FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17FFD; }
p { color: rgb(161,127,253); }
H1.HeaderClassName
{
color: #A17FFD;
}
.AnyTagClassName
{
color: #A17FFD;
}
</style>
background-color css
<style>
a { background-color: #A17FFD; }
a { background-color: rgb(161,127,253); }
div.DivClassName
{
background-color: #A17FFD;
}
.BgClassName
{
background-color: #A17FFD;
}
</style>
border-color css
<style>
span { border-color: #A17FFD; }
span { border-color: rgb(161,127,253); }
td.TdClassName
{
border-color: #A17FFD;
}
.TagClassName
{
border-color: #A17FFD;
}
</style>