Shades of Light Slate Blue #A17CFB
Tints of Light Slate Blue #A17CFB
RGB
CMYK
RGB Variations
Color information
#A17CFB (or 0xA17CFB) is known color: Light Slate Blue. HEX triplet: A1, 7C and FB. RGB value is (161,124,251). Sum of RGB (Red+Green+Blue) = 161+124+251=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #A17CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CFB is #5E8304. Grayscale: #959595. Windows color (decimal): -6193925 or 16481441. OLE color: 16481441.
HSL color Cylindrical-coordinate representation of color #A17CFB: hue angle of 257.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A17CFB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 124 | 251 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.02 |
| HSL | 257.48º | 0.94% | 0.74% | - |
| HSV(B) | 257.48º | 0.51% | 0.98% | - |
| XYZ | 39.32 | 28.96 | 94.78 | - |
| YUV | 149.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 251 | 0.36 | 0.51 | 0 | 0.02 | 257.48 | 0.94 | 0.74 |
| Hex | A1 | 7C | FB | 24 | 33 | 0 | 2 | 101 | 5E | 4A |
| Octal | 241 | 174 | 373 | 44 | 63 | 0 | 2 | 401 | 136 | 112 |
| Binary | 10100001 | 1111100 | 11111011 | 100100 | 110011 | 0 | 10 | 100000001 | 1011110 | 1001010 |
Color Harmonies of #A17CFB
Complementary color
Monochromatic Colors of #A17CFB
Black with #A17CFB
Text Example
Text Example
White with #A17CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CFB; }
p { color: rgb(161,124,251); }
H1.HeaderClassName
{
color: #A17CFB;
}
.AnyTagClassName
{
color: #A17CFB;
}
</style>
background-color css
<style>
a { background-color: #A17CFB; }
a { background-color: rgb(161,124,251); }
div.DivClassName
{
background-color: #A17CFB;
}
.BgClassName
{
background-color: #A17CFB;
}
</style>
border-color css
<style>
span { border-color: #A17CFB; }
span { border-color: rgb(161,124,251); }
td.TdClassName
{
border-color: #A17CFB;
}
.TagClassName
{
border-color: #A17CFB;
}
</style>