Shades of Light Slate Blue #A97CFF
Tints of Light Slate Blue #A97CFF
RGB
CMYK
RGB Variations
Color information
#A97CFF (or 0xA97CFF) is known color: Light Slate Blue. HEX triplet: A9, 7C and FF. RGB value is (169,124,255). Sum of RGB (Red+Green+Blue) = 169+124+255=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A97CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97CFF is #568300. Grayscale: #979797. Windows color (decimal): -5669633 or 16743593. OLE color: 16743593.
HSL color Cylindrical-coordinate representation of color #A97CFF: hue angle of 260.61º 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 #A97CFF is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 124 | 255 | - |
| CMYK | 0.34 | 0.51 | 0 | 0 |
| HSL | 260.61º | 1% | 0.74% | - |
| HSV(B) | 260.61º | 0.51% | 1% | - |
| XYZ | 41.62 | 30.07 | 98.22 | - |
| YUV | 152.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 255 | 0.34 | 0.51 | 0 | 0 | 260.61 | 1 | 0.74 |
| Hex | A9 | 7C | FF | 22 | 33 | 0 | 0 | 105 | 64 | 4A |
| Octal | 251 | 174 | 377 | 42 | 63 | 0 | 0 | 405 | 144 | 112 |
| Binary | 10101001 | 1111100 | 11111111 | 100010 | 110011 | 0 | 0 | 100000101 | 1100100 | 1001010 |
Color Harmonies of #A97CFF
Complementary color
Monochromatic Colors of #A97CFF
Black with #A97CFF
Text Example
Text Example
White with #A97CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97CFF; }
p { color: rgb(169,124,255); }
H1.HeaderClassName
{
color: #A97CFF;
}
.AnyTagClassName
{
color: #A97CFF;
}
</style>
background-color css
<style>
a { background-color: #A97CFF; }
a { background-color: rgb(169,124,255); }
div.DivClassName
{
background-color: #A97CFF;
}
.BgClassName
{
background-color: #A97CFF;
}
</style>
border-color css
<style>
span { border-color: #A97CFF; }
span { border-color: rgb(169,124,255); }
td.TdClassName
{
border-color: #A97CFF;
}
.TagClassName
{
border-color: #A97CFF;
}
</style>