Shades of Light Slate Blue #A97EFF
Tints of Light Slate Blue #A97EFF
RGB
CMYK
RGB Variations
Color information
#A97EFF (or 0xA97EFF) is known color: Light Slate Blue. HEX triplet: A9, 7E and FF. RGB value is (169,126,255). Sum of RGB (Red+Green+Blue) = 169+126+255=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A97EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A97EFF is #568100. Grayscale: #999999. Windows color (decimal): -5669121 or 16744105. OLE color: 16744105.
HSL color Cylindrical-coordinate representation of color #A97EFF: hue angle of 260º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A97EFF is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 126 | 255 | - |
| CMYK | 0.34 | 0.51 | 0 | 0 |
| HSL | 260º | 1% | 0.75% | - |
| HSV(B) | 260º | 0.51% | 1% | - |
| XYZ | 41.87 | 30.58 | 98.3 | - |
| YUV | 153.56 | 185.25 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 126 | 255 | 0.34 | 0.51 | 0 | 0 | 260 | 1 | 0.75 |
| Hex | A9 | 7E | FF | 22 | 33 | 0 | 0 | 104 | 64 | 4B |
| Octal | 251 | 176 | 377 | 42 | 63 | 0 | 0 | 404 | 144 | 113 |
| Binary | 10101001 | 1111110 | 11111111 | 100010 | 110011 | 0 | 0 | 100000100 | 1100100 | 1001011 |
Color Harmonies of #A97EFF
Complementary color
Monochromatic Colors of #A97EFF
Black with #A97EFF
Text Example
Text Example
White with #A97EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97EFF; }
p { color: rgb(169,126,255); }
H1.HeaderClassName
{
color: #A97EFF;
}
.AnyTagClassName
{
color: #A97EFF;
}
</style>
background-color css
<style>
a { background-color: #A97EFF; }
a { background-color: rgb(169,126,255); }
div.DivClassName
{
background-color: #A97EFF;
}
.BgClassName
{
background-color: #A97EFF;
}
</style>
border-color css
<style>
span { border-color: #A97EFF; }
span { border-color: rgb(169,126,255); }
td.TdClassName
{
border-color: #A97EFF;
}
.TagClassName
{
border-color: #A97EFF;
}
</style>