Shades of Light Slate Blue #A197FF
Tints of Light Slate Blue #A197FF
RGB
CMYK
RGB Variations
Color information
#A197FF (or 0xA197FF) is known color: Light Slate Blue. HEX triplet: A1, 97 and FF. RGB value is (161,151,255). Sum of RGB (Red+Green+Blue) = 161+151+255=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #A197FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A197FF is #5E6800. Grayscale: #A5A5A5. Windows color (decimal): -6187009 or 16750497. OLE color: 16750497.
HSL color Cylindrical-coordinate representation of color #A197FF: hue angle of 245.77º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A197FF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 151 | 255 | - |
| CMYK | 0.37 | 0.41 | 0 | 0 |
| HSL | 245.77º | 1% | 0.8% | - |
| HSV(B) | 245.77º | 0.41% | 1% | - |
| XYZ | 43.81 | 36.93 | 99.43 | - |
| YUV | 165.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 255 | 0.37 | 0.41 | 0 | 0 | 245.77 | 1 | 0.8 |
| Hex | A1 | 97 | FF | 25 | 29 | 0 | 0 | F6 | 64 | 50 |
| Octal | 241 | 227 | 377 | 45 | 51 | 0 | 0 | 366 | 144 | 120 |
| Binary | 10100001 | 10010111 | 11111111 | 100101 | 101001 | 0 | 0 | 11110110 | 1100100 | 1010000 |
Color Harmonies of #A197FF
Complementary color
Monochromatic Colors of #A197FF
Black with #A197FF
Text Example
Text Example
White with #A197FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A197FF; }
p { color: rgb(161,151,255); }
H1.HeaderClassName
{
color: #A197FF;
}
.AnyTagClassName
{
color: #A197FF;
}
</style>
background-color css
<style>
a { background-color: #A197FF; }
a { background-color: rgb(161,151,255); }
div.DivClassName
{
background-color: #A197FF;
}
.BgClassName
{
background-color: #A197FF;
}
</style>
border-color css
<style>
span { border-color: #A197FF; }
span { border-color: rgb(161,151,255); }
td.TdClassName
{
border-color: #A197FF;
}
.TagClassName
{
border-color: #A197FF;
}
</style>