Shades of Light Slate Blue #A978FF
Tints of Light Slate Blue #A978FF
RGB
CMYK
RGB Variations
Color information
#A978FF (or 0xA978FF) is known color: Light Slate Blue. HEX triplet: A9, 78 and FF. RGB value is (169,120,255). Sum of RGB (Red+Green+Blue) = 169+120+255=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A978FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A978FF is #568700. Grayscale: #959595. Windows color (decimal): -5670657 or 16742569. OLE color: 16742569.
HSL color Cylindrical-coordinate representation of color #A978FF: hue angle of 261.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A978FF is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 120 | 255 | - |
| CMYK | 0.34 | 0.53 | 0 | 0 |
| HSL | 261.78º | 1% | 0.74% | - |
| HSV(B) | 261.78º | 0.53% | 1% | - |
| XYZ | 41.13 | 29.09 | 98.05 | - |
| YUV | 150.04 | 187.23 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 255 | 0.34 | 0.53 | 0 | 0 | 261.78 | 1 | 0.74 |
| Hex | A9 | 78 | FF | 22 | 35 | 0 | 0 | 106 | 64 | 4A |
| Octal | 251 | 170 | 377 | 42 | 65 | 0 | 0 | 406 | 144 | 112 |
| Binary | 10101001 | 1111000 | 11111111 | 100010 | 110101 | 0 | 0 | 100000110 | 1100100 | 1001010 |
Color Harmonies of #A978FF
Complementary color
Monochromatic Colors of #A978FF
Black with #A978FF
Text Example
Text Example
White with #A978FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978FF; }
p { color: rgb(169,120,255); }
H1.HeaderClassName
{
color: #A978FF;
}
.AnyTagClassName
{
color: #A978FF;
}
</style>
background-color css
<style>
a { background-color: #A978FF; }
a { background-color: rgb(169,120,255); }
div.DivClassName
{
background-color: #A978FF;
}
.BgClassName
{
background-color: #A978FF;
}
</style>
border-color css
<style>
span { border-color: #A978FF; }
span { border-color: rgb(169,120,255); }
td.TdClassName
{
border-color: #A978FF;
}
.TagClassName
{
border-color: #A978FF;
}
</style>