Shades of Light Slate Blue #A17CFF
Tints of Light Slate Blue #A17CFF
RGB
CMYK
RGB Variations
Color information
#A17CFF (or 0xA17CFF) is known color: Light Slate Blue. HEX triplet: A1, 7C and FF. RGB value is (161,124,255). Sum of RGB (Red+Green+Blue) = 161+124+255=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #A17CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17CFF is #5E8300. Grayscale: #959595. Windows color (decimal): -6193921 or 16743585. OLE color: 16743585.
HSL color Cylindrical-coordinate representation of color #A17CFF: hue angle of 256.95º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A17CFF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 124 | 255 | - |
| CMYK | 0.37 | 0.51 | 0 | 0 |
| HSL | 256.95º | 1% | 0.74% | - |
| HSV(B) | 256.95º | 0.51% | 1% | - |
| XYZ | 39.96 | 29.21 | 98.14 | - |
| YUV | 150 | 187.26 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 124 | 255 | 0.37 | 0.51 | 0 | 0 | 256.95 | 1 | 0.74 |
| Hex | A1 | 7C | FF | 25 | 33 | 0 | 0 | 101 | 64 | 4A |
| Octal | 241 | 174 | 377 | 45 | 63 | 0 | 0 | 401 | 144 | 112 |
| Binary | 10100001 | 1111100 | 11111111 | 100101 | 110011 | 0 | 0 | 100000001 | 1100100 | 1001010 |
Color Harmonies of #A17CFF
Complementary color
Monochromatic Colors of #A17CFF
Black with #A17CFF
Text Example
Text Example
White with #A17CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17CFF; }
p { color: rgb(161,124,255); }
H1.HeaderClassName
{
color: #A17CFF;
}
.AnyTagClassName
{
color: #A17CFF;
}
</style>
background-color css
<style>
a { background-color: #A17CFF; }
a { background-color: rgb(161,124,255); }
div.DivClassName
{
background-color: #A17CFF;
}
.BgClassName
{
background-color: #A17CFF;
}
</style>
border-color css
<style>
span { border-color: #A17CFF; }
span { border-color: rgb(161,124,255); }
td.TdClassName
{
border-color: #A17CFF;
}
.TagClassName
{
border-color: #A17CFF;
}
</style>